示例#1
0
void pokeAdcInputs() {
	if (!adcDebugReporting)
		return;
	printFullAdcReport();
}
示例#2
0
void printFullAdcReportIfNeeded(Logging *logger) {
	if (!adcDebugReporting)
		return;
	printFullAdcReport(logger);
}
示例#3
0
void printFullAdcReportIfNeeded(void) {
	if (!adcDebugReporting)
		return;
	printFullAdcReport();
}