Skip to content

Releases: ripred/CPUTemp

CPUTemp v1.0.4

16 Jun 05:58

Choose a tag to compare

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:
    • aref for boards whose internal reference differs from the nominal 1.1V.
    • offset for per-chip temperature calibration.
  • Changed architectures from * to avr because the library uses AVR-specific ADC registers.

Notes

Existing calls to temperature() continue to work with default calibration values.

CPUTemp v1.0.3

16 Jun 05:33
0b05988

Choose a tag to compare

Fixed incorrect architectures=* value in library.properties to be architectures=avr

CPUTemp v1.0.2

18 Aug 21:48

Choose a tag to compare

updated keywords.txt to use tabs not spaces

bug fix

14 May 19:00
4ad741a

Choose a tag to compare

v1.0.1

add src

Initial Release

14 May 16:02
e6cf4b1

Choose a tag to compare

v1.0.0

change catagory