Skip to content

Commit 0471321

Browse files
authored
Update SoftwareSerialExample.ino
Also includes Micros per https://www.arduino.cc/en/Reference/SoftwareSerial
1 parent b56872d commit 0471321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
so only the following can be used for RX:
1414
10, 11, 12, 13, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69
1515
16-
Not all pins on the Leonardo support change interrupts,
16+
Not all pins on the Leonardo and Micro support change interrupts,
1717
so only the following can be used for RX:
1818
8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI).
1919

0 commit comments

Comments
 (0)