Skip to content

Releases: olkal/HX711_ADC

v1.2.12

30 Jan 19:29
Compare
Choose a tag to compare
  • Pull-requst (@medlor #92):
    Added #ifndef/#define in config.h
    New funtions: dataWaitingAsync() and updateAsync()
    +some other minor changes
  • Issue(@foofel #87): fix variables in HX711_ADC.h (e.g. startStatus) not initialized to 0

v1.2.11

21 Nov 18:41
Compare
Choose a tag to compare
  • Renamed new function setReverseVal() to more intuitive setReverseOutput().

v1.2.10

20 Nov 20:05
Compare
Choose a tag to compare
  • 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 calling setReverseVal(), so it's best to call this function after begin() as shown in the example files.

v1.2.9

06 Nov 08:59
Compare
Choose a tag to compare
  • Bug fix in function tareNoDelay()

v1.2.8

05 May 20:33
Compare
Choose a tag to compare
  • Bug fix in example file Persistent_zero_offset.ino: added EEPROM.commit() for ESP8266 and ESP32

v1.2.7

14 Feb 16:37
Compare
Choose a tag to compare
  • Code bug-fix (@ChristianH99 #62)
  • Added example file: Persistent_zero_offset.ino

v1.2.6

02 Jan 20:05
Compare
Choose a tag to compare

v1.2.5

21 Oct 07:49
Compare
Choose a tag to compare

v1.2.4

19 Oct 20:05
Compare
Choose a tag to compare

v1.2.3

29 Sep 20:31
Compare
Choose a tag to compare