pub trait AmbientLightClient {
// Required method
fn callback(&self, lux: usize);
}
Expand description
Client for receiving light intensity readings.
pub trait AmbientLightClient {
// Required method
fn callback(&self, lux: usize);
}
Client for receiving light intensity readings.