pub trait ProximityClient { // Required method fn callback(&self, value: u8); }
Called when a proximity reading has completed.
value