Updated TimeCheck example
This commit is contained in:
parent
a027a1546d
commit
dd70de3d16
|
@ -74,23 +74,6 @@ void loop() {
|
||||||
minutes = minString.toInt();
|
minutes = minString.toInt();
|
||||||
lastSecond = seconds; // save to do a time comparison
|
lastSecond = seconds; // save to do a time comparison
|
||||||
seconds = secString.toInt();
|
seconds = secString.toInt();
|
||||||
|
|
||||||
/*
|
|
||||||
NOTE: If the parseInt() and parseFloar() methods from Stream
|
|
||||||
were included with Process, this would be simpler:
|
|
||||||
|
|
||||||
hours = date.parseInt();
|
|
||||||
minutes = date.parseInt();
|
|
||||||
seconds = date.parseInt();
|
|
||||||
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue