File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
hardware/arduino/avr/variants/leonardo Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ARDUINO 1.6.7
1919* Stream: Optional lookahead and skipChar options added to parseInt and parseFloat,
2020 parseFloat also support parsing floats without a leading 0,
2121 Stream::find(char) added to SAM. Thanks @Chris--A.
22+ * Leonardo/Micro (and other atmega32u4 based boards) now have SerialUSB alias for Serial
2223
2324ARDUINO 1.6.6 - 2015.11.03
2425
Original file line number Diff line number Diff line change @@ -356,4 +356,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
356356#define SERIAL_PORT_HARDWARE Serial1
357357#define SERIAL_PORT_HARDWARE_OPEN Serial1
358358
359+ // Alias SerialUSB to Serial
360+ #define SerialUSB SERIAL_PORT_USBVIRTUAL
361+
359362#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments