Skip to content

Commit 1eafd79

Browse files
authored
Merge pull request #955 from arduino/karlsoderby/serial-event-add-nano
Add Nano
2 parents 6928a0c + 278a46a commit 1eafd79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Communication/Serial/serialEvent.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Nothing
6767

6868
[float]
6969
=== Notes and Warnings
70-
Please note that `serialEvent()` *does not work* on any modern Arduino boards. The only recognized boards to have support as of 2023/12/06 is the *UNO R3*, *Mega 2560 R3* and *Due*.
70+
Please note that `serialEvent()` *does not work* on any modern Arduino boards. The only recognized boards to have support as of 2023/12/06 are the *UNO R3*, *Nano*, *Mega 2560 R3* and *Due*.
7171

7272
Instead, you can use the link:../available[`available()`] method. Examples in this page demonstrates how to read serial data only when it is available, similarly to how `Serial.event()` is implemented.
7373
[%hardbreaks]

0 commit comments

Comments
 (0)