Update main.c print wav_position

beta-adc
Alan Johnston 2 years ago committed by GitHub
parent 7c4984922d
commit 62cff69e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -549,6 +549,8 @@ int main(int argc, char * argv[]) {
fflush(stdout);
fflush(stderr);
// frames_sent++;
fprintf(stderr, "ADC count: %d \n", wav_position);
sensor_payload[0] = 0;
memset(voltage, 0, sizeof(voltage));

Loading…
Cancel
Save

Powered by TurnKey Linux.