Crate shared_pin

source ·
Expand description

An abstraction of the embedded_hal::digital::v2 OutputPin and InputPin to be shared between functions using an Rc<RefCell>

Structs

  • SharedPin struct containing the Rc<RefCell>