├── LICENSE ├── README.txt ├── examples └── basicntc │ └── basicntc.ino ├── keywords.txt ├── library.json ├── library.properties ├── thermistor.cpp └── thermistor.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/README.txt -------------------------------------------------------------------------------- /examples/basicntc/basicntc.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/examples/basicntc/basicntc.ino -------------------------------------------------------------------------------- /keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/keywords.txt -------------------------------------------------------------------------------- /library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/library.json -------------------------------------------------------------------------------- /library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/library.properties -------------------------------------------------------------------------------- /thermistor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/thermistor.cpp -------------------------------------------------------------------------------- /thermistor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/panStamp/thermistor/HEAD/thermistor.h --------------------------------------------------------------------------------