You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed: DHT12 incorrect value when temperature is negative. (#200)
* Fixed incorrect value when temperature is negative.
Corrected calculation by referring to the bit indicating whether the temperature is positive or negative (byte address 0x03, bit 8).
* add new-line in end-of-file.
0 commit comments