Releases: ripred/CPUTemp
Releases · ripred/CPUTemp
CPUTemp v1.0.4
CPUTemp v1.0.4
This release improves ATmega328P temperature conversion accuracy and tightens Arduino Library Manager metadata.
Changes
- Updated the ADC-to-Celsius conversion to use the ATmega328P datasheet-derived voltage curve.
- Added optional calibration parameters:
areffor boards whose internal reference differs from the nominal 1.1V.offsetfor per-chip temperature calibration.
- Changed
architecturesfrom*toavrbecause the library uses AVR-specific ADC registers.
Notes
Existing calls to temperature() continue to work with default calibration values.
CPUTemp v1.0.3
Fixed incorrect architectures=* value in library.properties to be architectures=avr
CPUTemp v1.0.2
updated keywords.txt to use tabs not spaces
bug fix
Initial Release
v1.0.0 change catagory