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));