queuetue / Q2-Balance-Arduino-Library

Digital Balance Library for creating scales including taring and calibration
MIT License
7 stars 3 forks source link

Fixed the non-usage of calibration zero value #1

Open pysco68 opened 8 years ago

pysco68 commented 8 years ago

The Q2Balance::calcValue method does not use the calibration zero value which results in the impossibility to use existing calibration (from eeprom) an pre-loaded scales.

The change results in not having to call "tare()" on un-loaded scale prior to using it.