Skip to content

Releases: bogde/HX711

Bug fixes

24 Nov 15:54
Compare
Choose a tag to compare

Merge pull request #193 from Simonas0/master

Bug fixes

22 Mar 09:56
75dfed4
Compare
Choose a tag to compare

Merged pull-request to fix issues:
#135
#138

Updated #include directive, variable name fixed

19 Aug 07:44
fc12033
Compare
Choose a tag to compare

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.

Pins definition moved out of constructor.

01 Mar 13:34
4dd32cc
Compare
Choose a tag to compare

Warning! This version breaks compatibility with older sketches. Pins definition was moved out of the constructor (spring 2019).

Working version, before the 2019 spring cleaning.

01 Mar 13:31
63ef3d3
Compare
Choose a tag to compare

Pins are defined in the constructor, which may cause problems on some architectures, see the most recent documentation.

v0.1: Merge pull request #9 from Deamiter/patch-1

16 Dec 15:54
Compare
Choose a tag to compare
Fixed typo in scale calibration instructions.