1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-30 19:52:13 +01:00

Minor change to EsploraRemote example

This commit is contained in:
Tom Igoe 2012-12-23 21:33:39 -05:00
parent 957d7d480f
commit 5a644dffe0

View File

@ -25,7 +25,7 @@
Created on 22 november 2012 Created on 22 november 2012
By Enrico Gueli <enrico.gueli@gmail.com> By Enrico Gueli <enrico.gueli@gmail.com>
Modified 22 Dec 2012 Modified 23 Dec 2012
by Tom Igoe by Tom Igoe
*/ */
@ -68,11 +68,6 @@ void parseCommand() {
} }
void dumpInputs() { void dumpInputs() {
/*
* please note: a single row contains two instructions.
* one is to print the sensor value, the other to print the
* comma symbol.
*/
Serial.print(Esplora.readButton(SWITCH_1)); Serial.print(Esplora.readButton(SWITCH_1));
Serial.print(','); Serial.print(',');
Serial.print(Esplora.readButton(SWITCH_2)); Serial.print(Esplora.readButton(SWITCH_2));