vanderbiltrobotics / loadcell

0 stars 0 forks source link

Rounding issues in read average #8

Open AWatk opened 6 years ago

AWatk commented 6 years ago

https://github.com/vanderbiltrobotics/loadcell/blob/46de43ae5fad6b938b4b4a59a175493fe5b338f7/HX711.cpp#L125-L132

Integer math here, that is later converted to a double in get_value

https://github.com/vanderbiltrobotics/loadcell/blob/46de43ae5fad6b938b4b4a59a175493fe5b338f7/HX711.cpp#L134-L136