Change read_raw_i2c_temp to return temp and humidity #419

Merged
qtemp merged 4 commits from master into master 2021-10-13 18:37:01 +01:00

4 Commits

Author SHA1 Message Date
Mitch Gallman
f90347105b Update __init__.py 2021-05-04 20:38:15 -04:00
Mitch Gallman
0c88c333a1 Handle nan in read_raw_i2c_temp 2021-05-04 20:11:04 -04:00
Mitch Gallman
04d57cc6d7 Change read_raw_i2c_temp to return both temp & hum
Change read_raw_i2c_temp to return both temperature and humidity.  Slave code concatenates the two float values into a byte array.
2021-05-03 23:22:52 -04:00
Mitch Gallman
65c0152437 Add hum_raw_i2c & temp_raw_i2c as humidity capable 2021-05-03 23:17:22 -04:00