sm3rt/WiserClock
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# WiserClock This is an alternative firmware for the awesome [WiseClock3][] by Florin C. Updated by Quentin Smart from version by the-kenny (Moritz Ulrich) https://github.com/the-kenny/WiserClock This version runs on normal Arduino hardware with a DS1307 clock and temperature model from eBay. Change Log - Added new clock faces for Life (fixed algorithm from WiseClock3) - Added Pong (from WiseClock4) - Added modified Simple face (from WiseClock3) - Configuration via capacitive sensing buttons. - DS1307 clock and Temperature Moritz wrote… I'm developing this firmware to provide a cleaner, easier-extendable codebase which enables people to write awesome stuff for the WiseClock3 without much fuss. I started this because I found the codebase of the original firmware way too messy and confusing (no offense!). ## License Mostly BSD and public domain. Authors: - Much stuff from WiseClock3: FlorinC (http://timewitharduino.blogspot.com/) - HT1632: Bill Westfield ("WestfW") (http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1225239439/0) - Pong algorithm: Nick (http://123led.wordpress.com/about/); [WiseClock3]: http://timewitharduino.blogspot.com/2011/01/introducing-wise-clock-3.html