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 39336d1 commit 03a1639Copy full SHA for 03a1639
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
@@ -363,4 +363,7 @@ const uint8_t PROGMEM analog_pin_to_channel_PGM[] = {
363
#define SERIAL_PORT_HARDWARE Serial1
364
#define SERIAL_PORT_HARDWARE_OPEN Serial1
365
366
+// Alias SerialUSB to Serial
367
+#define SerialUSB SERIAL_PORT_USBVIRTUAL
368
+
369
#endif /* Pins_Arduino_h */
0 commit comments