Skip to content

Gustbel/InternalTemperature-MKR1000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InternalTemperature - MKR1000

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.

Manual Installing

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

Features of this version

  • Support for Arduino MKR1000

About

All thanks go to Electronic Cats!, I just made a small modification for compatibility.

License

MIT

Packages

No packages published

Languages

  • C++ 100.0%