Initial implementation of avr hardware timer
Mainly for PWM use for now. With example to set the LED to different brightness via COAP. We switch the LED with 50 kHz (20µs) in this example.
This commit is contained in:
parent
5077010fc0
commit
cfec3c6e2d
12 changed files with 1171 additions and 1 deletions
2
examples/osd/pwm-example/flash.sh
Executable file
2
examples/osd/pwm-example/flash.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
make TARGET=osd-merkur flash
|
Loading…
Add table
Add a link
Reference in a new issue