A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga 9c496e765d Refactor state handling
In order to improve the handling of states the `state` enum is also
used for saving the `home_state`, which was previously called
`current_home_state`. All dependent functions were adapted to the
change.

The `volatile` keyword was added to some variables.
2021-09-09 20:40:50 +02:00
firmware/src Refactor state handling 2021-09-09 20:40:50 +02:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00