We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daf155 commit 138d232Copy full SHA for 138d232
examples/SineWaveUART/SineWaveUART.ino
@@ -20,7 +20,7 @@
20
// pin 8: RX - connect to ODrive TX
21
// pin 9: TX - connect to ODrive RX
22
SoftwareSerial odrive_serial(8, 9);
23
-int baudrate = 19200; // Must match what you configure on the ODrive (see docs for details)
+unsigned long baudrate = 19200; // Must match what you configure on the ODrive (see docs for details)
24
25
// Teensy 3 and 4 (all versions) - Serial1
26
// pin 0: RX - connect to ODrive TX
0 commit comments