Skip to content

Commit

Permalink
Unused functions removed, issue #25
Browse files Browse the repository at this point in the history
  • Loading branch information
olkal authored Apr 25, 2019
1 parent 6fceba6 commit 52270c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/HX711_ADC.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class HX711_ADC
void setCalFactor(float cal); //calibration factor, raw data is divided by this value to convert to readable data
float getCalFactor(); // returns the current calibration factor
float getData(); // returns data from the moving average data set
float getSingleConversion(); //for testing and debugging
long getSingleConversionRaw(); //for testing and debugging
int getReadIndex(); //for testing and debugging
float getConversionTime(); //for testing and debugging
float getSPS(); //for testing and debugging
Expand Down Expand Up @@ -99,4 +97,4 @@ class HX711_ADC
};

#endif


0 comments on commit 52270c9

Please sign in to comment.