pub trait SensorAccess: Sealed { // Required method fn sensor(&self) -> &'static dyn Sensor; }
Provides access to the sensor driver instance. For driver implementors only.
Returns the sensor driver instance that produced these samples. For driver implementors only.