pub async fn illuminance<L: FrameLink>(device: &mut UlcpDevice<L>) -> Result<()>Expand description
illuminance: one ambient light reading, on its own.
Separate from info because calibrating the sensor against a
reference meter means taking readings in a tight loop, and a full
report per data point is unusable for that.