sekdiy / CoreSensors

An interface to the Arduino's internal temperature (diode reference) and supply voltage (bandgap reference).
MIT License
5 stars 1 forks source link

Use integer arithmetic (instead of floating point) for performance reasons #5

Open sekdiy opened 5 years ago

sekdiy commented 5 years ago

Consider refactoring to Millivolt and Millikelvin in order to get rid of floating point arithmetic.