Exemplo n.º 1
0
void pokeAdcInputs() {
	if (!adcDebugReporting)
		return;
	printFullAdcReport();
}
Exemplo n.º 2
0
void printFullAdcReportIfNeeded(Logging *logger) {
	if (!adcDebugReporting)
		return;
	printFullAdcReport(logger);
}
Exemplo n.º 3
0
void printFullAdcReportIfNeeded(void) {
	if (!adcDebugReporting)
		return;
	printFullAdcReport();
}