Fix keypad

This commit is contained in:
Adrian Woźniak 2024-09-26 16:09:27 +02:00
parent b5da325946
commit 97ca331f34

View File

@ -19,7 +19,7 @@ use esp_hal::{
delay::Delay,
gpio::{
Gpio10, Gpio2, Gpio20, Gpio21, Gpio22, Gpio23, Gpio3, Gpio4, Gpio5, Gpio6, Gpio7, Gpio8,
Input, Io, Level, Output, Pull, NO_PIN,
Input, Io, Level, Output, OutputOpenDrain, Pull, NO_PIN,
},
peripherals::Peripherals,
prelude::*,