From 0272252e6aee03d0ee82a0495bc3d7419ef99f30 Mon Sep 17 00:00:00 2001 From: Paul Vivier Date: Sun, 14 Aug 2016 19:14:53 -0400 Subject: [PATCH] Update SoftwareSerialExample.ino Also includes Micros per https://www.arduino.cc/en/Reference/SoftwareSerial --- .../examples/SoftwareSerialExample/SoftwareSerialExample.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/arduino/avr/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino b/hardware/arduino/avr/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino index aba6ebec9..61ce88c62 100644 --- a/hardware/arduino/avr/libraries/SoftwareSerial/examples/SoftwareSerialExample/SoftwareSerialExample.ino +++ b/hardware/arduino/avr/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).