-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
35 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
FRC Arduino MCP2515 CAN interface library | ||
--------------------------------------------------------- | ||
|
||
Documentation incoming |
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 |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
|
||
#include <stdint.h> | ||
|
||
class MCP2515; | ||
|
||
namespace frc | ||
{ | ||
class MCP2515; | ||
struct CANData | ||
{ | ||
uint8_t data[8]; | ||
|
File renamed without changes.
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,15 @@ | ||
MCP2515 KEYWORD1 | ||
CAN KEYWORD1 | ||
|
||
CAN_5KBPS LITERAL1 | ||
CAN_10KBPS LITERAL1 | ||
CAN_20KBPS LITERAL1 | ||
CAN_40KBPS LITERAL1 | ||
CAN_50KBPS LITERAL1 | ||
CAN_80KBPS LITERAL1 | ||
CAN_100KBPS LITERAL1 | ||
CAN_125KBPS LITERAL1 | ||
CAN_200KBPS LITERAL1 | ||
CAN_250KBPS LITERAL1 | ||
CAN_500KBPS LITERAL1 | ||
CAN_1000KBPS 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