diff --git a/Language/Functions/Communication/Serial/serialEvent.adoc b/Language/Functions/Communication/Serial/serialEvent.adoc index 9c531e94d..774511754 100644 --- a/Language/Functions/Communication/Serial/serialEvent.adoc +++ b/Language/Functions/Communication/Serial/serialEvent.adoc @@ -15,8 +15,6 @@ title: Serial.serialEvent() [float] === Description Called when data is available. Use `Serial.read()` to capture this data. - -NB : Currently, `serialEvent()` is not compatible with the Esplora, Leonardo, or Micro [%hardbreaks] @@ -57,6 +55,23 @@ Nothing // OVERVIEW SECTION ENDS +// HOW TO USE SECTION STARTS +[#howtouse] +-- + +[float] +=== Notes and Warnings +`serialEvent()` doesn't work on the Leonardo or Micro. + +`serialEvent()` and `serialEvent1()` don't work on the Arduino SAMD Boards + +`serialEvent()`, `serialEvent1()``serialEvent2()`, and `serialEvent3()` don't work on the Arduino Due. +[%hardbreaks] + +-- +// HOW TO USE SECTION ENDS + + // SEE ALSO SECTION [#see_also] --