pi_clock

Crude and unpolished clock for Raspberry Pi
git clone https://git.e1e0.net/pi_clock.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2020-12-19 18:28new casePaco Esteban2+0-0
2020-11-06 08:21alternate TZ does not need "dark time"Paco Esteban1+4-2
2020-11-05 18:06add alternate TZ when pressing BUTTON2Paco Esteban1+32-14
2020-09-02 17:30adapt button1 to new button board adapterPaco Esteban1+2-2
2020-08-02 14:27new button adapter board sent to fabPaco Esteban20+20295-24040
2020-08-01 18:37add more info to readme and update TODOPaco Esteban2+19-2
2020-08-01 18:30better initializations and use pointers everywherePaco Esteban1+33-33
2020-08-01 17:57remove c++ style commentsPaco Esteban1+3-2
2020-08-01 17:56better wday and month functionsPaco Esteban1+26-73
2020-08-01 17:22remove not-needed print statementsPaco Esteban1+0-2
2020-08-01 17:21fix errx calls with no argumentsPaco Esteban1+2-2
2020-08-01 17:16print line on its own functionPaco Esteban1+34-15
2020-07-06 11:18force read tag file at start if neededPaco Esteban1+3-0
2020-07-06 11:11wiringpi init and pin init go to separate functionPaco Esteban1+16-7
2020-07-06 11:07lcd init process has its own functionPaco Esteban1+36-24
2020-07-03 16:19use pointer to struct tm instead of value.Paco Esteban1+9-9
2020-07-03 16:17weird spacing in ifPaco Esteban1+1-1
2020-07-03 16:15version is define nowPaco Esteban1+2-2
2020-07-03 16:12reorder main variables and set defaults as definesPaco Esteban1+22-22
2020-07-03 15:57reorder includesPaco Esteban1+2-2
2020-03-23 19:08turn light on at night per push button.Paco Esteban1+18-9
2020-02-03 19:36make intervals and sleep parameters and better usagePaco Esteban1+25-12
2020-02-03 19:23use errx whenever possiblePaco Esteban1+5-8
2020-02-03 19:17read every 30sPaco Esteban1+3-2
2020-02-02 19:32add TODOPaco Esteban1+3-0
2020-02-02 19:31add small readmePaco Esteban1+4-0
2020-02-02 19:25initial commitPaco Esteban46+197014-0