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
d87f0faf11
Examples: adding description, layout and schematics
2015-05-04 16:49:10 +02:00
793b139d39
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
2014-02-05 15:58:30 +01:00
017326acc6
Minor changes to Communication Examples
...
Added a note to the included Processing sketches about replacing
println(Serial.list()) with Serial.printArray() if using Processing 2.1
or later
2014-01-29 14:27:09 +04:00
c1d8b5ecf9
MIDI example folder renamed to Midi because sketch file is Midi.ino
2013-10-21 12:32:46 +02:00
b4c68b3dff
Run new astyle formatter against all the examples
2013-10-21 09:58:40 +02:00
36b5d52d4a
Corrected link address in Midi example
2012-08-13 15:21:28 -04:00
2cbde219c1
Merge remote-tracking branch 'upstream/master'
2012-05-21 09:31:54 -07:00
c7d98cc85d
Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader
...
Conflicts:
build/shared/examples/04.Communication/SerialCallResponse/SerialCallResponse.ino
build/shared/examples/04.Communication/SerialCallResponseASCII/SerialCallResponseASCII.ino
2012-05-01 10:19:00 -04:00
9adcdadf59
Added ReadASCIIString example to Communication examples
2012-04-13 16:15:00 -04:00
bde00b9be9
Added delays to some serial examples to avoid crashing the serial monitor.
2012-04-09 10:48:40 -04:00
6f93d3fc17
Updated all comments for while (!Serial) additions to serial-based examples
2012-04-09 10:48:40 -04:00
202bb102a0
Updated all serial in setup examples with a note about the serial check
2012-04-02 11:11:46 -04:00
a631e4f834
Added Serial port check to all examples using Serial statements in the setup
2012-04-02 09:07:58 -04:00
f5093b064a
Renumbered examples
2012-03-19 19:44:06 -04:00