Minor change to EsploraRemote example

This commit is contained in:
Tom Igoe 2012-12-23 21:33:39 -05:00
parent 957d7d480f
commit 5a644dffe0
1 changed files with 1 additions and 6 deletions

View File

@ -25,7 +25,7 @@
Created on 22 november 2012
By Enrico Gueli <enrico.gueli@gmail.com>
Modified 22 Dec 2012
Modified 23 Dec 2012
by Tom Igoe
*/
@ -68,11 +68,6 @@ void parseCommand() {
}
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(',');
Serial.print(Esplora.readButton(SWITCH_2));