Arduino/build/shared/examples/04.Communication
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
..
ASCIITable Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
Dimmer Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
Graph Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
Midi Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
MultiSerialMega Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
PhysicalPixel Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
ReadASCIIString Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
SerialCallResponse Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
SerialCallResponseASCII Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00
SerialEvent Fix for serialEvent example 2015-05-21 10:15:55 +02:00
VirtualColorMixer Examples: adding description, layout and schematics 2015-05-04 16:49:10 +02:00