Update main.c remove prints

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 53a4ad03e6
commit 7792f7e58d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2294,7 +2294,7 @@ void read_adc_process(int sig_num)
adc_buffer[wav_position] = data[0];
// Output data to screen
fprintf(stderr, "Digital value of analog input: %d in %d us\n", data[0], micros() - time_start); // millis() - time_start);
// fprintf(stderr, "Digital value of analog input: %d in %d us\n", data[0], micros() - time_start); // millis() - time_start);
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.