We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957d7d4 commit 5a644dfCopy full SHA for 5a644df
libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino
@@ -25,7 +25,7 @@
25
26
Created on 22 november 2012
27
By Enrico Gueli <enrico.gueli@gmail.com>
28
- Modified 22 Dec 2012
+ Modified 23 Dec 2012
29
by Tom Igoe
30
*/
31
@@ -68,11 +68,6 @@ void parseCommand() {
68
}
69
70
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
- */
76
Serial.print(Esplora.readButton(SWITCH_1));
77
Serial.print(',');
78
Serial.print(Esplora.readButton(SWITCH_2));
0 commit comments