From 52270c9c0905dcf666b5a924c6bf5893b01dc5d3 Mon Sep 17 00:00:00 2001 From: Olav Kallhovd Date: Thu, 25 Apr 2019 22:51:02 +0200 Subject: [PATCH] Unused functions removed, issue #25 --- src/HX711_ADC.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/HX711_ADC.h b/src/HX711_ADC.h index 8715369..2e5db79 100644 --- a/src/HX711_ADC.h +++ b/src/HX711_ADC.h @@ -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 @@ -99,4 +97,4 @@ class HX711_ADC }; #endif - \ No newline at end of file +