Skip to content

Commit e180b70

Browse files
per1234cmaglie
authored andcommitted
Add a note about ATmega32U4 incompatibility to SerialEvent example
serialEvent() does not work on the ATmega32U4 boards. Reference: https://github.com/arduino/Arduino/issues/1031
1 parent c5d4e5f commit e180b70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: build/shared/examples/04.Communication/SerialEvent/SerialEvent.ino

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
A good test for this is to try it with a GPS receiver
99
that sends out NMEA 0183 sentences.
1010
11+
NOTE: The serialEvent() feature is not available on the
12+
Leonardo, Micro, or other ATmega32U4 based boards.
13+
1114
Created 9 May 2011
1215
by Tom Igoe
1316

0 commit comments

Comments
 (0)