1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00
Arduino/build/shared/examples/04.Communication/SerialEvent
Arturo Guadalupi 4648330a7f Fix for serialEvent example
In the example is stated that the function is run between one loop and the next, but actually the call to the function was missing.
The comment also state that the response can be delayed using a delay in the loop,so I think that the way it should be is so by only
adding a call to the function serialEvent as first operation in the loop. I so added this call.
2015-05-21 10:15:55 +02:00
..
SerialEvent.ino Fix for serialEvent example 2015-05-21 10:15:55 +02:00
SerialEvent.txt Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00