issues
search
Task-Tracker-Systems
/
Task-Tracker-Device
Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2
stars
0
forks
source link
refactor task class
#74
Closed
dhebbeker
closed
1 year ago
dhebbeker
commented
1 year ago
Resolves #73.
[x] do not use (directly)
<Arduino.h>
, use an abstraction instead
[x] do not check state in
start()
this allows to restart an interval at any time
[x] define member function to get the current state
[x] define
Duration
as
seconds
[x] add the concept of IDs
Resolves #73.
<Arduino.h>
, use an abstraction insteadstart()
this allows to restart an interval at any timeDuration
asseconds