Personal-Data-Acquisition / sensor_lib_aht20

A library for the AHT20 sensor module, meant to be used as a git sub-module
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Missing check of sensor calibration #7

Closed jake-g00dwin closed 9 months ago

jake-g00dwin commented 10 months ago

Right now the driver doesn't check for the status besides seeing if the sensor is busy or not. It should ideally check to make sure it's done with calibration.

jake-g00dwin commented 9 months ago

Calibration checking has been added.