A small digital counter intended for use in board games. Runs on an ATTiny85 using an SSD1306-based 128x64 OLED display, in a custom designed and 3D printed case.
Go to file
Mark van Renswoude b20ce09a2c Initial commit
OLED worked, displaying large digits worked, reading VCC level worked, started refactoring. Does not currently build, but I'm too tired to figure it out right now.
2017-08-01 23:29:57 +02:00
KiCad Initial commit 2017-08-01 23:29:57 +02:00
Source Initial commit 2017-08-01 23:29:57 +02:00
.gitignore Initial commit 2017-08-01 23:29:57 +02:00
README.md Initial commit 2017-08-01 23:29:57 +02:00

README.md

Schematics and PCB layout made using KiCad (http://kicad-pcb.org/).

ATTiny85's firmware is built using PlatformIO (http://platformio.org).