No description
| examples/SimpleDigitalClock | ||
| src | ||
| keywords.txt | ||
| library.properties | ||
| LICENSE | ||
| README.md | ||
Advanced Time Measurement and Visualization Framework
A framework to build advanced time measure and visualization with real time clock driver, bluetooth and manual (buttons) based interfaces.
Description
Usage
- Create your Arduino sketch file
- Declare a
AdvancedClockFrameworkglobal object - On the
setuproutine of your sketch file, configure theAdvancedClockFrameworkobject - Remember to call
AdvancedClockFramework::Update()every iteration oflooproutine - Add to
looproutineAdvancedClockFramework::GetDate()orAdvancedClockFramework::GetTime()calls - Add to
looproutine your visualization code