Releases: olkal/HX711_ADC
Releases · olkal/HX711_ADC
v1.1.0
- 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
v1.0.2
Minor compability fix
fix for samd/arm
Initial commit
1.0.0 Update README.md