File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -107,11 +107,7 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
107
107
The scaled analog resolution, in bits.
108
108
*/
109
109
/* **********************************************************************************/
110
- int Wippersnapper_AnalogIO::getADCresolution () {
111
- WS_DEBUG_PRINT (" Returning ADC resolution: " );
112
- WS_DEBUG_PRINTLN (_adcResolution);
113
- return _adcResolution;
114
- }
110
+ int Wippersnapper_AnalogIO::getADCresolution () { return _adcResolution; }
115
111
116
112
/* **********************************************************************************/
117
113
/* !
@@ -120,11 +116,7 @@ int Wippersnapper_AnalogIO::getADCresolution() {
120
116
The native analog resolution, in bits.
121
117
*/
122
118
/* **********************************************************************************/
123
- int Wippersnapper_AnalogIO::getNativeResolution () {
124
- WS_DEBUG_PRINT (" Returning native ADC resolution: " );
125
- WS_DEBUG_PRINTLN (_nativeResolution);
126
- return _nativeResolution;
127
- }
119
+ int Wippersnapper_AnalogIO::getNativeResolution () { return _nativeResolution; }
128
120
129
121
/* **********************************************************************************/
130
122
/* !
You can’t perform that action at this time.
0 commit comments