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
This commit is contained in:
per1234 2017-07-02 10:56:52 -07:00 committed by Cristian Maglie
parent c5d4e5fc0f
commit e180b7037d
1 changed files with 3 additions and 0 deletions

View File

@ -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