rp2040-rx : add Fritzing sketch

This commit is contained in:
Georgi Gerganov
2022-07-23 15:55:15 +03:00
parent 84cdf0a0bd
commit 6d45899b80
5 changed files with 11 additions and 6 deletions

View File

@@ -261,6 +261,11 @@ void loop() {
// Main loop ..
while (true) {
while (qsize >= samplesPerFrame) {
// Use this with the serial plotter to observe real-time audio signal
//for (int i = 0; i < samplesPerFrame; i++) {
// Serial.println(sampleBuffer[qhead + i]);
//}
// We have enough captured samples - try to decode any "ggwave" data:
auto tStart = millis();