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
19
19
* Stream: Optional lookahead and skipChar options added to parseInt and parseFloat,
20
20
parseFloat also support parsing floats without a leading 0,
21
21
Stream::find(char) added to SAM. Thanks @Chris--A.
22
+ * Leonardo/Micro (and other atmega32u4 based boards) now have SerialUSB alias for Serial
22
23
23
24
ARDUINO 1.6.6 - 2015.11.03
24
25
Original file line number Diff line number Diff line change @@ -356,4 +356,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
356
356
#define SERIAL_PORT_HARDWARE Serial1
357
357
#define SERIAL_PORT_HARDWARE_OPEN Serial1
358
358
359
+ // Alias SerialUSB to Serial
360
+ #define SerialUSB SERIAL_PORT_USBVIRTUAL
361
+
359
362
#endif /* Pins_Arduino_h */
You can’t perform that action at this time.
0 commit comments