This repository is a fork of https://github.com/ElectronicCats/ElectronicCats_InternalTemperatureZero . The problem with the repository named above is that it is not prepared to correctly display the Internal Temperature of the Arduino MKR1000 development board, but after making some small adjustments to the code, the Internal Temperature of this development board can be read correctly, this repository does this.
Please ignore the Arduino Zero name, this repository is for Arduino MKR1000.
To install this library:
- install it using the Arduino Library manager ("Sketch" -> "Include Library" -> "Manage Libraries..."), or
- download a zipfile from github using the "Download ZIP" button and install it using the IDE ("Sketch" -> "Include Library" -> "Add .ZIP Library..."
- clone this git repository into your sketchbook/libraries folder.
For more info, see https://www.arduino.cc/en/Guide/Libraries
- Support for Arduino MKR1000
All thanks go to Electronic Cats!, I just made a small modification for compatibility.
MIT