News

//TMP36 tmp {5000, A0}; <- Initializing with constructor. setVCC and setPort will not be needed unless you want them changed later on. tmp.setVCC(5000); //Tells microcontroller that it is a 5V vcc ...
This is a simple library used to simplify retrieving data from the TMP36 temperature sensor that comes along with the Arduino Starterkit. Note that this library only works with the Arduino framework, ...