mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Updated TimeCheck example
This commit is contained in:
parent
bcacf68108
commit
04d19946f4
@ -74,23 +74,6 @@ void loop() {
|
||||
minutes = minString.toInt();
|
||||
lastSecond = seconds; // save to do a time comparison
|
||||
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…
x
Reference in New Issue
Block a user