Skip to content

Commit 04d1994

Browse files
committed
Updated TimeCheck example
1 parent bcacf68 commit 04d1994

File tree

1 file changed

+0
-17
lines changed
  • hardware/arduino/avr/libraries/Bridge/examples/TimeCheck

1 file changed

+0
-17
lines changed

hardware/arduino/avr/libraries/Bridge/examples/TimeCheck/TimeCheck.ino

-17
Original file line numberDiff line numberDiff line change
@@ -74,23 +74,6 @@ void loop() {
7474
minutes = minString.toInt();
7575
lastSecond = seconds; // save to do a time comparison
7676
seconds = secString.toInt();
77-
78-
/*
79-
NOTE: If the parseInt() and parseFloar() methods from Stream
80-
were included with Process, this would be simpler:
81-
82-
hours = date.parseInt();
83-
minutes = date.parseInt();
84-
seconds = date.parseInt();
85-
86-
*/
8777
}
8878

8979
}
90-
91-
92-
93-
94-
95-
96-

0 commit comments

Comments
 (0)