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

Rearrange modules #18

Closed jake-g00dwin closed 9 months ago

jake-g00dwin commented 9 months ago

The sensor_data and data files could be renamed or re-organized. A lot of the functionality has been somewhat merged between them.

jake-g00dwin commented 9 months ago

The 'register.rs' file wasn't really used so it should be removed. It made sense before finding out that the i2c device didn't expose the names of the actual registers behind the scenes that would be used to configure the sensor itself.