mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-05 13:16:45 +08:00
rp2040-rx : add Fritzing sketch
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user