Skip to content

JoelJojoP/TempReader

Repository files navigation

TempReader

v1.1.0 Library CI GitHub issues

Overview:

The ATMega328P microcontroller chip used in development boards like Arduino Uno and Arduino Nano have an internal temperature sensor wired to the 8th channel of the inbuilt Analog to digital convertor (ADC) on the chip.

This library enables the user to obtain measurements from the internal temperature sensor of the chip using a single function. There are two functions that can be used:

  • ReadTempinC() is used to get temperature reading in ℃
  • ReadTempinF() is used to get temperature reading in ℉

Bugs:

  • Temperature readings are wrong when using analogRead() function.

License:

This repository is licensed under the MIT Licence

About

An arduino library to get measurements from the internal temperature sensor of ATMega328P microcontroller chip

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages