RobTillaart / HX711

Arduino library for HX711 24 bit ADC used for load cells and scales.
MIT License
88 stars 29 forks source link

Fix calibration sketch #54

Closed RobTillaart closed 3 weeks ago

RobTillaart commented 3 weeks ago

It does not print signed int32, but unsigned int32 for the offset which is clearly wrong.

See this thread on Arduino forum