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

MS5611 interface is now sensor specific #31

Closed linguini1 closed 1 month ago

linguini1 commented 1 month ago

The MS5611 sensor interface is now specific to the sensor itself. Batch reads are possible and more control over the sensor sensitivity.

The MS5611 no longer implements the original sensor API interface, which is a step closer to deprecating it.