print buffer

pull/207/head
alanbjohnston 3 years ago committed by GitHub
parent 2ae7b3067b
commit 7ffb0a8134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1377,6 +1377,8 @@ void write_wave(int i, byte *buffer)
Serial.println(millis());
}
}
Serial.printf(" c: b: %d is %d ", ctr - 1, buffer[ctr - 1]);
}
int encodeA(short int *b, int index, int val) {

Loading…
Cancel
Save

Powered by TurnKey Linux.