c9b9be5b81
Otherwise you can create multiple drivers on the same singleton like this: ```rust let mut input = Input::new(&pin, Pull::None); let mut output = Output::new(&pin, Level::Low, Speed::Low); input.is_high(); output.set_high(); input.is_high(); output.set_high(); ``` Thanks @pennae for reporting. |
||
---|---|---|
.. | ||
atomic_ring_buffer.rs | ||
drop.rs | ||
fmt.rs | ||
interrupt.rs | ||
lib.rs | ||
macros.rs | ||
peripheral.rs | ||
ratio.rs | ||
ring_buffer.rs |