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

Setup i2c #5

Closed linguini1 closed 7 months ago

linguini1 commented 7 months ago

This pull request sets up an API for interacting with sensors over I2C, and also implements the API for our first sensor: the MS5611 barometric pressure sensor.

The API is documented semi-well with Doxygen and should be simple enough to figure out for other developers. Please feel free to add docs.