Skip to content

A npm library to convert from ADC values to Kelvin / Celsius

Notifications You must be signed in to change notification settings

miroculus/adc-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADC Transformer

A npm library to convert from ADC values to Kelvin / Celsius

Install

Just run npm install

Usage

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

Tests

Just run npm run test

Credits

Based on this thread

Contributions

Pull requests are always welcome

About

A npm library to convert from ADC values to Kelvin / Celsius

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published