Skip to content

v1.1.0

Compare
Choose a tag to compare
@olkal olkal released this 25 Dec 21:32
· 57 commits to master since this release
  • Data set configuration (data set, number of samples) has been moved from HX711_ADC.h to the new file config.h
  • Included "yield" in function tare() to avoid crash on ESP8266 if wiring is incorrect
  • Timeout added to the tare() function to avoid endless loop if wiring is incorrect
  • Added function getSingleConversionRaw() for testing and debugging purpose
  • Added function getReadIndex() for testing and debugging purpose
  • Added function getConversionTime() for testing and debugging purpose
  • Added function getSPS() for testing and debugging purpose
  • Added function getTareTimeoutFlag() for testing and debugging purpose
  • Added function disableTareTimeout() for testing and debugging purpose
  • Added function getSettlingTime() for testing and debugging purpose
  • Added example sketch "HX711_ADC_Calibration" with option to save the calibration value to eeprom
  • Added example sketch "HX711_ADC_Testing" with some of the above mentioned functions for tare timeout, samplerate, conversion time, etc
  • In example sketches setup, option included to fetch calibration value from eeprom