doc fixes

This commit is contained in:
2025-04-16 14:44:32 +02:00
parent 121b467fb9
commit 5c1f05fb32
7 changed files with 12 additions and 11 deletions

View File

@ -221,7 +221,7 @@ async fn output_task(
}
GpioCmdType::RisingEdge => {
defmt::info!("{}: Rising edge", ctx);
if !out.is_set_high() {
if !out.is_set_low() {
out.set_low();
}
out.set_high();