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

SHT41 driver overhaul #35

Closed linguini1 closed 4 months ago

linguini1 commented 4 months ago

SHT41 driver is now independent of any sensor interface (despite SensorLocation which will be removed later).

This PR also implements two new functions for the driver to cover the remaining I2C commands: sht41_serial_no() and sht41_heat().

Finally, some function signatures had errno_t changed to int as per #34.