From 5a644dffe0ac70cb65f6219aed33b82e3128bbc5 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Sun, 23 Dec 2012 21:33:39 -0500 Subject: [PATCH] Minor change to EsploraRemote example --- .../examples/Experts/EsploraRemote/EsploraRemote.ino | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino b/libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino index 85e5bd718..27010897b 100644 --- a/libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino +++ b/libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino @@ -25,7 +25,7 @@ Created on 22 november 2012 By Enrico Gueli - 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));