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:
parent
957d7d480f
commit
5a644dffe0
@ -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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user