CarletonURocketry / fetcher

A QNX process for fetching data from sensors over I2C.
https://carletonurocketry.github.io/fetcher/
MIT License
1 stars 0 forks source link

Cache M10SPG values #45

Open AngusJull opened 3 months ago

AngusJull commented 3 months ago

Instead of polling the GPS frequently and blocking the I2C bus, enable periodic output of messages and read them only when new messages are available. Options for polling vs periodic message output is mentioned in the integration and interface manuals (mentioned in #8).