We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9f19c commit e46375cCopy full SHA for e46375c
build/shared/revisions.txt
@@ -15,6 +15,7 @@ ARDUINO 1.6.7
15
16
[core]
17
* Fixed wrong timings for HardwareSerial::flush() in SAM core. Thanks @borisff
18
+* Leonardo/Micro (and other atmega32u4 based boards) now have SerialUSB alias for Serial
19
20
ARDUINO 1.6.6 - 2015.11.03
21
hardware/arduino/avr/variants/leonardo/pins_arduino.h
@@ -356,4 +356,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
356
#define SERIAL_PORT_HARDWARE Serial1
357
#define SERIAL_PORT_HARDWARE_OPEN Serial1
358
359
+// Alias SerialUSB to Serial
360
+#define SerialUSB SERIAL_PORT_USBVIRTUAL
361
+
362
#endif /* Pins_Arduino_h */
0 commit comments