Simple digital clock based on MicroView and DS1302 or DS3231
- Details about setup and installation for both versions are on Project page on samepage.io
-
/sketch: code for MicroView.
- /sketch/microviewclock.ino - First version, using code from Krodal/gweezer
- /sketch/microviewclock_withDS1302lib.ino - Much simpler version, using DS 1302 library
- /sketch/microviewclock_withDS3231.ino - Version with DS 3231 library. You will need to add DS3231 library from Henning Karlsen to your project
-
/doc: documentation, including schema in Fritzing.
-
Version with DS1302
- Version with DS3231