Skip to content

Commit

Permalink
1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
olkal committed Nov 6, 2021
1 parent 06d918a commit e1bc08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HX711_ADC
version=1.2.8
version=1.2.9
author=Olav Kallhovd
maintainer=Olav Kallhovd
sentence=Library for the HX711 24-bit ADC for weight scales.
Expand Down
1 change: 1 addition & 0 deletions src/HX711_ADC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void HX711_ADC::tareNoDelay()
{
doTare = 1;
tareTimes = 0;
tareStatus = 0;
}

//set new calibration factor, raw data is divided by this value to convert to readable data
Expand Down

0 comments on commit e1bc08a

Please sign in to comment.