RobTillaart / HX711

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

Do not reset on constructor because the pins are not set yet #50

Closed mathieucarbou closed 4 months ago

RobTillaart commented 4 months ago

Sounds like a bug...

RobTillaart commented 4 months ago

Yes 100% confirmed

RobTillaart commented 4 months ago

@mathieucarbou Thanks for this fix, appreciated. Will refactor the constructor (initialize variables) and release a new version today. Also created an issue in HX711_MP as it has same bug.