A npm
library to convert from ADC values to Kelvin / Celsius
Just run npm install
1 - const converter = require('../converter.js')
to require the library
2a - converter.toCelsius(ADC)
to convert to Celsius
2b - converter.toKelvin(ADC)
to convert to Kelvin
Just run npm run test
Based on this thread
Pull requests are always welcome