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

Need traits(types) for humidity and temperature #9

Closed jake-g00dwin closed 9 months ago

jake-g00dwin commented 10 months ago

Structures with traits need to be implemented for the humidity and temperature types.

jake-g00dwin commented 9 months ago

Creating the traits/structs for the temp and humidity. I'm thinking of trying to use compiler flags to selectively decide on a bit precision range.