Skip to content

Commit 201e58e

Browse files
committed
Update comments on examples to reflect 115200bps.
1 parent f2044f0 commit 201e58e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/digitalRead/digitalRead.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ INPUT_PULLUP input, then whenever the button read's LOW, we'll
1212
read the state of another INPUT pin.
1313
1414
After uploading the sketch, open your serial monitor and set
15-
it to 9600 baud.
15+
it to 115200 baud.
1616
1717
Hardware Hookup:
1818
SX1509 Breakout ------ Arduino -------- Breadboard

examples/digitalReadInterrupt/digitalReadInterrupt.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pressed, the SX1509 will generate an active-low interrupt,
1111
signalling to the Arduino that a button has been pressed.
1212
1313
After uploading the sketch, open your serial monitor and
14-
set it to 9600 baud.
14+
set it to 115200 baud.
1515
1616
Hardware Hookup:
1717
SX1509 Breakout ------ Arduino -------- Breadboard

examples/keypad/keypad.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix of button inputs.
1111
For this example, we'll wire the SX1509 up to a 12-pad keypad
1212
(https://www.sparkfun.com/products/8653).
1313
14-
After uploading the sketch, open your serial monitor and set it to 9600 baud.
14+
After uploading the sketch, open your serial monitor and set it to 115200 baud.
1515
1616
Hardware Hookup:
1717
SX1509 Breakout ------ Arduino -------- Keypad Pin

examples/keypadInterrupt/keypadInterrupt.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For this example, we use the 12-button keypad
1313
(https://www.sparkfun.com/products/8653).
1414
1515
After uploading the sketch, open your serial monitor and
16-
set it to 9600 baud.
16+
set it to 115200 baud.
1717
1818
Hardware Hookup:
1919
SX1509 Breakout ------ Arduino -------- Keypad Pin

0 commit comments

Comments
 (0)