Skip to content

Releases: JoelJojoP/TempReader

The Fahrenheit Update

05 Jul 14:23
Compare
Choose a tag to compare

Changelogs

Features

  • Get chip temperature value in degrees Fahrenheit.

Fixes

  • Minor bugs in code. However, the issue when library is used with analogRead() remains unfixed.

A New Library

03 Jul 16:26
Compare
Choose a tag to compare

Introducing TempReader, a library that provides access to users to the internal temperature sensor on the ATMega328P chip.

Bugs:

  • The temperature values are wrong when using analogRead() function.