Skip to content

Commit 5a644df

Browse files
committed
Minor change to EsploraRemote example
1 parent 957d7d4 commit 5a644df

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino

+1-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
Created on 22 november 2012
2727
By Enrico Gueli <enrico.gueli@gmail.com>
28-
Modified 22 Dec 2012
28+
Modified 23 Dec 2012
2929
by Tom Igoe
3030
*/
3131

@@ -68,11 +68,6 @@ void parseCommand() {
6868
}
6969

7070
void dumpInputs() {
71-
/*
72-
* please note: a single row contains two instructions.
73-
* one is to print the sensor value, the other to print the
74-
* comma symbol.
75-
*/
7671
Serial.print(Esplora.readButton(SWITCH_1));
7772
Serial.print(',');
7873
Serial.print(Esplora.readButton(SWITCH_2));

0 commit comments

Comments
 (0)