pi_clock

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

commit dd7c15ff14825eeb96ba99b7685e1f64ab0fc62f
parent 6e520c6655a47df353e695fbe9697a034c112bf4
Author: Paco Esteban <paco@e1e0.net>
Date:   Sun,  2 Feb 2020 20:31:27 +0100

add small readme

Diffstat:
AREADME | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,4 @@ +Crude and unpolished clock for Raspberry Pi. +It uses a 16x2 LCD display. + +Requires wiringPi library.