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
Merge pull request #6 from aattww/general-fixes
Various fixes and improvements:
* Fix and refine NTC sensor reading and calculations in NTCSensor.
* Fixed a possible memory allocation error in SensorsSRAMHandler.
* Update GPL to version 3 and bump copyright years to 2020.
Fix NTCSensor enable pin bug (#1)
* Fix NTC enable pin bug
Do not change any pinmodes or values if enablePin is not in use when reading temperature.
* Add version history
* Update README.md