pi_clock

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

commit a0dc902b7ed1f0f1da7bb22b9912a514f468f845
parent 60100ca7e2baf346a04c25066f6715125291e9ea
Author: Paco Esteban <paco@e1e0.net>
Date:   Mon,  3 Feb 2020 20:17:50 +0100

read every 30s

Diffstat:
Mclock.c | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/clock.c b/clock.c @@ -29,8 +29,9 @@ #define I2C_ADDRESS 0x3f #define BUTTON1 3 -const char *version = "v0.2.0"; -const int readInterval = 40; // 10s +const char *version = "v0.2.1"; +// TODO: Make those parameters +const int readInterval = 120; // 30s const int sleepInterval = 250; void setmonth(char *, int);