fw-rust: Create a PWM signal for the backlight
To have a dimmable backlight, generate a variable duty-cycle PWM signal which is consumed by the backlight driver circuit.
This commit is contained in:
parent
d2772291bf
commit
aa59bc302d
3 changed files with 29 additions and 8 deletions
1
firmware/rust/Cargo.lock
generated
1
firmware/rust/Cargo.lock
generated
|
@ -66,6 +66,7 @@ name = "clock-generator"
|
|||
version = "0.1.0-dev"
|
||||
dependencies = [
|
||||
"atmega-hal",
|
||||
"avr-device",
|
||||
"embedded-hal",
|
||||
"nb 1.0.0",
|
||||
"panic-halt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue