-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added #defines for timeouts as per ISO 11783-3
Changed CAN_FRAME to CAN_Frame; subtle perhaps, but all caps usually indicates a #define or other constant Added uint16_t timeout to CAN_Frame Added new struct CAN_Filter Revised keywords.txt to reflect new API Began standardizing private functions using set and get prefixes and camel case Use const CAN_Frame in write() to minimize memory use Bugfix for extended ID decoding in CAN_MCP2515::read() Began revising CAN_K2X.{h,cpp} to match CANClass API
- Loading branch information
Showing
11 changed files
with
210 additions
and
226 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
Oops, something went wrong.