Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4026b91

Browse filesBrowse 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
Copy full SHA for 4026b91

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎examples/04.Communication/SerialEvent/SerialEvent.ino

Copy file name to clipboardExpand all lines: examples/04.Communication/SerialEvent/SerialEvent.ino
+3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.