Trait lis3dh_async::IrqPin

source ·
pub trait IrqPin {
    fn ctrl_reg() -> Register;
    fn bits(self) -> u8;
}

Required Methods

Implementors