10000 Add a note about ATmega32U4 incompatibility to SerialEvent example · arduino/arduino-examples@4026b91 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4026b91

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 4d30489 commit 4026b91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/04.Communication/SerialEvent/SerialEvent.ino

Lines changed: 3 additions & 0 deletions
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)
0