ニュース

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, ...
//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 ...
TMP36 temperature sensors were irradiated with Co-60 gamma rays up to 35 krad(Si). This temperature sensor will be used as a total ionizing dose sensor in a radiation monitor that will be on board the ...