We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcacf68 commit 04d1994Copy full SHA for 04d1994
hardware/arduino/avr/libraries/Bridge/examples/TimeCheck/TimeCheck.ino
@@ -74,23 +74,6 @@ void loop() {
74
minutes = minString.toInt();
75
lastSecond = seconds; // save to do a time comparison
76
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
- */
87
}
88
89
90
91
92
93
94
95
96
0 commit comments