Releases: olkal/HX711_ADC
Releases · olkal/HX711_ADC
v1.2.12
v1.2.11
v1.2.10
- Added function
setReverseVal()
. If you get a negative output value that should be positive, you can use this function rather than re-solder the loadcell wires. Tare/Zero-offset must be set after callingsetReverseVal()
, so it's best to call this function afterbegin()
as shown in the example files.
v1.2.9
v1.2.8
v1.2.7
v1.2.6
- Code clean-up (@wollewald #54)
- Endless loop bug-fix (@pvakharwala #57
v1.2.5
v1.2.4
- Code clean-up/bug-fix (@Srijal97 #48)
- Efficiency improvement (@MalcolmBoura #50)
- Multiple code improvements (@MalcolmBoura #51)