Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a644df

Browse filesBrowse files
committed
Minor change to EsploraRemote example
1 parent 957d7d4 commit 5a644df
Copy full SHA for 5a644df

File tree

Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-6
lines changed

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

Copy file name to clipboardExpand all lines: libraries/Esplora/examples/Experts/EsploraRemote/EsploraRemote.ino
+1-6Lines changed: 1 addition & 6 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.