8000 Update WriteCan.ino · Rocketct/Arduino_MachineControl@e44e869 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit e44e869

Browse files
authored
Update WriteCan.ino
1 parent 87ff435 commit e44e869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/CAN/WriteCan/WriteCan.ino

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
#include <CAN.h>
1414
using namespace machinecontrol;
1515

16-
#define DATARATE_2MB 260000
17-
#define DATARATE_1_5MB 206000
18-
#define DATARATE_1MB 125000
19-
#define DATARATE_800KB 100000
16+
#define DATARATE_2MB 2000000
17+
#define DATARATE_1_5MB 1500000
18+
#define DATARATE_1MB 1000000
19+
#define DATARATE_800KB 800000
2020

2121

2222
void setup() {

0 commit comments

Comments
 (0)
0