Skip to content

With this library, raw numerical values can be calibrated against a calibration table.

Notifications You must be signed in to change notification settings

sepp89117/Arduino_Calibrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Calibrator

Arduino library for calibrating nonlinear values

Description

With this library, raw numerical values can be calibrated against a calibration table. It is similar to the Arduino 'map()' method, but with an unlimited number of values to map.

Special feature

A Boolean value can be used to define whether the output should be limited to the calibration range (optional, default is 'false'). If true, the closest calibration value is returned. If false, the nearest slope and intercept are used for calibration.

Usage

See the examples for details

About

With this library, raw numerical values can be calibrated against a calibration table.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages