arduino / arduino/ArduinoCore-API
Rename RealtimeClock to ArduinoTime
- Dominant language
- C++
- Stars
- 306
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
The RealtimeClock class is actually managing time so it should be called ArduinoTime
we could also provide a software only implementation which can be useful even if only based on millis() (there are a number of use cases where one needs to manage time, maybe syncronising via NTP every etc)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the RealtimeClock class in the ArduinoCore-API source and review the issue comments about the proposed rename and software-only implementation. Done means the class is consistently renamed to ArduinoTime and the agreed software-backed time implementation is provided, with the relevant existing checks updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, embedded-iot
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100