diff options
author | Paul Vivier <github@vivier.net> | 2016-08-14 19:14:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-14 19:14:53 -0400 |
commit | 04713212a845d690de6d8c85724337a422c76dde (patch) | |
tree | 551e93384cef2e3e376096a452e36bad8fb7fe04 /libraries | |
parent | b56872d6fa8b7cee06b7ec15681a68f56ddbff96 (diff) |
Update SoftwareSerialExample.ino
Also includes Micros per https://www.arduino.cc/en/Reference/SoftwareSerial
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino b/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino index aba6ebe..61ce88c 100644 --- a/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino +++ b/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino @@ -13,7 +13,7 @@ so only the following can be used for RX: 10, 11, 12, 13, 50, 51, 52, 53, 62, 63, 64, 65, 66, 67, 68, 69 - Not all pins on the Leonardo support change interrupts, + Not all pins on the Leonardo and Micro support change interrupts, so only the following can be used for RX: 8, 9, 10, 11, 14 (MISO), 15 (SCK), 16 (MOSI). |