Skip to content

Handling "data not ready" cases with sensors #80

Description

@ishmis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

sensorsSensors Project

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions