~tslil/adclock

An art deco clock
328474f5 — tslil clingman 3 years ago
Init

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~tslil/adclock
read/write
git@git.sr.ht:~tslil/adclock

You can also use your local clone with git send-email.

#Art Deco Clock

3D Render Real life

#Ingredients

  • ATTiny24
  • DS1302 RTC module
  • 2 OLED screens
  • 2 buttons
  • female USB breakout board for power

Edit code/src/main.c to reflect your choice of wiring, and then run make summary to generate a hex file, and make upload if you happen to be using a USBASP programmer.

#License

Gnu GPL v3

The code makes use of Tiny I2C by David Johnson-Davies - www.technoblogy.com. This library is CC BY 4.0.

Do not follow this link