Generate a PWM signal for the display

Generate a variable duty cycle PWM signal for the dimmable display
backlight at a frequency of 1.25kHz.

For demo und testing purposes PD5 is currently fading between 0 and
100%.
This commit is contained in:
finga 2021-02-18 22:00:24 +01:00
commit 0065fb630f
3 changed files with 75 additions and 0 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
*.o
*.elf
*.hex