Trait esp_ward::peripherals::UnifiedData
source · pub trait UnifiedData {
type Output;
// Required method
fn read(&mut self, delay: Delay) -> Result<Self::Output, PeripheralError>;
}
Expand description
Trait for peripherals capable of returning data (which would be serialized).