From e92e54a1ec843d14fe90fb1bc44edea5abee6b75 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 4 Feb 2019 02:52:46 -0800 Subject: [PATCH] Add Yun to the list of the boards serialEvent() doesn't work for I had originally left the Yun off the list because it's retired and I figure "Leonardo and Micro" can represent all ATmega32U4-based boards. However, there is an issue report specifically requesting that this board be added to the list so I'll add it in just to be able to conclusively close that issue. I don't think it does any harm to be a bit more verbose, since this list is in the "Notes and Warnings" section. --- Language/Functions/Communication/Serial/serialEvent.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Functions/Communication/Serial/serialEvent.adoc b/Language/Functions/Communication/Serial/serialEvent.adoc index 5bfa91c42..f05b730ee 100644 --- a/Language/Functions/Communication/Serial/serialEvent.adoc +++ b/Language/Functions/Communication/Serial/serialEvent.adoc @@ -61,7 +61,7 @@ Nothing [float] === Notes and Warnings -`serialEvent()` doesn't work on the Leonardo or Micro. +`serialEvent()` doesn't work on the Leonardo, Micro, or Yún. `serialEvent()` and `serialEvent1()` don't work on the Arduino SAMD Boards