-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from RobTillaart/develop
fix #5 + minor refactor + isConnected()
- Loading branch information
Showing
6 changed files
with
89 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Syntax Coloring Map For PCF8575 | ||
|
||
# Datatypes (KEYWORD1) | ||
PCF8575 KEYWORD1 | ||
|
||
# Methods and Functions (KEYWORD2) | ||
begin KEYWORD2 | ||
isConnected KEYWORD2 | ||
|
||
read16 KEYWORD2 | ||
read KEYWORD2 | ||
value KEYWORD2 | ||
|
||
write16 KEYWORD2 | ||
write KEYWORD2 | ||
valueOut KEYWORD2 | ||
|
||
readButton16 KEYWORD2 | ||
readButton KEYWORD2 | ||
setButtonMask KEYWORD2 | ||
|
||
toggle KEYWORD2 | ||
toggleMask KEYWORD2 | ||
shiftRight KEYWORD2 | ||
shiftLeft KEYWORD2 | ||
rotateRight KEYWORD2 | ||
rotateLeft KEYWORD2 | ||
reverse KEYWORD2 | ||
lastError KEYWORD2 | ||
|
||
# Constants (LITERAL1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters