aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5ea2ad2d4df45b09cd15bd51f100cb19714a96c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Art Deco Clock

![3D Render](adclock.png)
![Real life](printed.jpg)

## 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.