CarletonURocketry / fetcher

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

Create sensor interface for system clock #7

Closed linguini1 closed 7 months ago

linguini1 commented 7 months ago

Fetcher should be able to provide information about the time when measurements are taken.

Eventually, there will be a separately powered clock device on I2C which should maintain the correct time even if the Pi onboard loses power.

The system clock should have a sensor interface surrounding it to abstract it in the same way as other I2C devices.