A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga 6746d34b2f Handle switch input
The `input` enum is extended with `click` and `hold` values and all
dependencies are adapted to that. In order to handle the `click` input
an interrupt is used. Further, for handling held button input with the
switch the Timer/Counter1 compare match interrupt with OCR1A is used.
2021-09-09 20:19:40 +02:00
firmware/src Handle switch input 2021-09-09 20:19:40 +02:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00