A clock generator (Si5351) controlled by an ATmega328p.
Go to file
finga 3aa458c4bc Furbish code and comments
Add `TODO` comment to optimize waiting times, fix capitalization in
comments, add blank line and break up long lines. To improve code
semantics `lcd_home()` and `lcd_setup()` were renamed to `draw_home()`
and `draw_setup()` respectively. Improve ordering of function calls in
`main()`.
2021-09-23 22:52:54 +02:00
firmware/src Furbish code and comments 2021-09-23 22:52:54 +02:00
.gitignore Generate a PWM signal for the display 2021-02-19 15:46:36 +01:00