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.
2 parents 04d938e + 6daec31 commit 43118d7Copy full SHA for 43118d7
examples/bno08x_simpletest_uart.py
@@ -12,11 +12,11 @@
12
13
# uncomment and comment out the above for use with Raspberry Pi
14
# import serial
15
-# uart = serial.Serial("/dev/serial0", 115200)
+# uart = serial.Serial("/dev/serial0", 3000000)
16
17
-# for a USB Serial cable:
+# for USB Serial (via FTDI cable):
18
19
-# uart = serial.Serial("/dev/ttyUSB0", baudrate=115200)
+# uart = serial.Serial("/dev/ttyUSB0", baudrate=3000000)
20
21
bno = BNO08X_UART(uart)
22
0 commit comments