10 lines
182 B
Rust
10 lines
182 B
Rust
pub use embedded_hal::{
|
|
digital::v2::{
|
|
InputPin as _,
|
|
OutputPin as _,
|
|
StatefulOutputPin as _,
|
|
ToggleableOutputPin as _,
|
|
},
|
|
prelude::*,
|
|
};
|