Skip to content

Commit 138d232

Browse files
committed
autosync
1 parent 6daf155 commit 138d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/SineWaveUART/SineWaveUART.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
// pin 8: RX - connect to ODrive TX
2121
// pin 9: TX - connect to ODrive RX
2222
SoftwareSerial odrive_serial(8, 9);
23-
int baudrate = 19200; // Must match what you configure on the ODrive (see docs for details)
23+
unsigned long baudrate = 19200; // Must match what you configure on the ODrive (see docs for details)
2424

2525
// Teensy 3 and 4 (all versions) - Serial1
2626
// pin 0: RX - connect to ODrive TX

0 commit comments

Comments
 (0)