-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reworked structure of Arduino protocol library
- Loading branch information
Showing
50 changed files
with
87 additions
and
4,401 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
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,17 @@ | ||
#ifdef ARDUINO_AVR_NANO | ||
///////////////////////////////////////////////////////////////// | ||
// Tiny protocol configuration for Nano boards | ||
///////////////////////////////////////////////////////////////// | ||
|
||
# define CONFIG_ENABLE_CHECKSUM | ||
|
||
#else | ||
///////////////////////////////////////////////////////////////// | ||
// Tiny protocol configuration for All other boards | ||
///////////////////////////////////////////////////////////////// | ||
|
||
# define CONFIG_ENABLE_CHECKSUM | ||
# define CONFIG_ENABLE_FCS16 | ||
# define CONFIG_ENABLE_FCS32 | ||
|
||
#endif |
57 changes: 0 additions & 57 deletions
57
releases/arduino/TinyProto-Full/examples/sketch_tinyproto01/sketch_tinyproto01.ino
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.