print counter each loop

pull/167/head
alanbjohnston 3 years ago committed by GitHub
parent 8b37f28aa0
commit 688b893c40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -895,7 +895,7 @@ void get_tlm_fox() {
/// #endif
for (i = 1; i <= syncBits * samples; i++) {
write_wave(ctr, buffer);
k(ctr, buffer);
// printf("%d ",ctr);
if ((i % samples) == 0) {
int bit = syncBits - i / samples + 1;
@ -954,9 +954,9 @@ void get_tlm_fox() {
}
// Serial.println("CC");
}
// Serial.println(" ");
// Serial.print("get_fox_tlm eturning with counter: ");
// Serial.println(ctr);
Serial.println(" ");
Serial.print("get_fox_tlm eturning with counter: ");
Serial.println(ctr);
if (firstTime) {
Serial.println(" ");
firstTime = TRUE; // FALSE;

Loading…
Cancel
Save

Powered by TurnKey Linux.