Fix ledc example to specify a push-pull output

This commit is contained in:
Bryan Kadzban 2023-04-16 20:37:27 -07:00
parent a48ba52107
commit 9d85bc2ffe

View File

@ -73,6 +73,7 @@ fn main() -> ! {
.configure(channel::config::Config {
timer: &lstimer0,
duty_pct: 10,
pin_config: channel::config::PinConfig::PushPull,
})
.unwrap();