Skip to content

Commit

Permalink
Remove debug logging + format document
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 14, 2024
1 parent 7982926 commit 67fce1c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/components/analogIO/Wippersnapper_AnalogIO.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,8 @@ void Wippersnapper_AnalogIO::setADCResolution(int resolution) {
*/
/***********************************************************************************/
int Wippersnapper_AnalogIO::getADCresolution() {
WS_DEBUG_PRINT("Returning ADC resolution: ");
WS_DEBUG_PRINTLN(_adcResolution);
return _adcResolution;
}
return _adcResolution;
}

/***********************************************************************************/
/*!
Expand All @@ -121,10 +119,8 @@ int Wippersnapper_AnalogIO::getADCresolution() {
*/
/***********************************************************************************/
int Wippersnapper_AnalogIO::getNativeResolution() {
WS_DEBUG_PRINT("Returning native ADC resolution: ");
WS_DEBUG_PRINTLN(_nativeResolution);
return _nativeResolution;
}
return _nativeResolution;
}

/***********************************************************************************/
/*!
Expand Down

0 comments on commit 67fce1c

Please sign in to comment.