Skip to content

Commit

Permalink
Add a note about ATmega32U4 incompatibility to SerialEvent example
Browse files Browse the repository at this point in the history
serialEvent() does not work on the ATmega32U4 boards.

Reference: https://github.com/arduino/Arduino/issues/1031
  • Loading branch information
per1234 authored and cmaglie committed Jul 6, 2017
1 parent c5d4e5f commit e180b70
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
A good test for this is to try it with a GPS receiver
that sends out NMEA 0183 sentences.
NOTE: The serialEvent() feature is not available on the
Leonardo, Micro, or other ATmega32U4 based boards.
Created 9 May 2011
by Tom Igoe
Expand Down

0 comments on commit e180b70

Please sign in to comment.