You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix comparison of rounded readings in threshold check algorithm (#85)
The ambient light reading quantization algorithm returns an entire reading,
not an illuminance, so account for that properly in the threshold check
algorithm.
While here, remove custom anchors for some definitions that are exported by
the Generic Sensor spec.
0 commit comments