pub struct TempSensor(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Peripheral for TempSensor
impl Peripheral for TempSensor
Source§type P = TempSensor
type P = TempSensor
Peripheral singleton type
Source§unsafe fn clone_unchecked(&mut self) -> Self::P
unsafe fn clone_unchecked(&mut self) -> Self::P
Unsafely clone (duplicate) a peripheral singleton. Read more