Merge pull request #193 from Simonas0/master
Unclaimed project
Are you a maintainer of HX711? Claim this project to take control of your public changelog and roadmap.
Changelog
An Arduino library to interface the Avia Semiconductor HX711 24-Bit Analog-to-Digital Converter (ADC) for Weight Scales.
Merge pull request #193 from Simonas0/master
Merged pull-request to fix issues: https://github.com/bogde/HX711/issues/135 https://github.com/bogde/HX711/issues/138
In response to Issue #149 and #104, the #include directive for hx711.h was changed to solve compilation issues.
In response to issue #10, the name of a variable "scale" was changed into "loadcell" in the example for the non-blocking mode.
Warning! This version breaks compatibility with older sketches. Pins definition was moved out of the constructor (spring 2019).
Pins are defined in the constructor, which may cause problems on some architectures, see the most recent documentation.