No description
Find a file
2018-03-29 14:08:47 +02:00
examples/SimpleDigitalClock Added example derived class 2018-03-29 14:08:47 +02:00
src Modified class structure and usage 2018-03-29 14:07:56 +02:00
keywords.txt Modified class structure and usage 2018-03-29 14:07:56 +02:00
library.properties Object rename; fill of basic info 2018-03-28 14:36:40 +02:00
LICENSE Initial commit 2018-03-26 08:57:33 +02:00
README.md Added usage instructions 2018-03-28 14:42:56 +02:00

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

  1. Create your Arduino sketch file
  2. Declare a AdvancedClockFramework global object
  3. On the setup routine of your sketch file, configure the AdvancedClockFramework object
  4. Remember to call AdvancedClockFramework::Update() every iteration of loop routine
  5. Add to loop routine AdvancedClockFramework::GetDate() or AdvancedClockFramework::GetTime() calls
  6. Add to loop routine your visualization code