-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
sensorsSensors ProjectSensors Project
Description
Often sensors we use give us the option to check if data is ready to be read from. If this is not the case, the ideal action is to check with the sensor again till data is ready rather than consider this a fatal error (like it is considered atm). The easiest solution to this would be to add a checkIfDataReady
method for sensors before calling read
. However, I will ignore this for now so fundamental sensor code can be written and tested - this fix will have to come after that.
Metadata
Metadata
Assignees
Labels
sensorsSensors ProjectSensors Project