1
0
Fork 0

slow down the serial port

This commit is contained in:
Kevin Matz 2019-07-30 10:12:26 -04:00
parent d54ecdcabd
commit a5903ac5a6
2 changed files with 2 additions and 2 deletions

View File

@ -255,7 +255,7 @@ void setup() {
r.axis(axiRJib)->maneuver(95); r.axis(axiRJib)->maneuver(95);
// turn on the serial port // turn on the serial port
Serial.begin(19200); Serial.begin(9600);
} }

View File

@ -1,6 +1,6 @@
[robot] [robot]
port: /dev/cu.usbmodem144301 port: /dev/cu.usbmodem144301
baud: 19200 baud: 9600
base: 0 base: 0
boom: 1 boom: 1
jib: 2 jib: 2