mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-03-18 00:45:59 +08:00
rp2040-rx : add Fritzing sketch
This commit is contained in:
BIN
examples/rp2040-rx/fritzing-sketch.fzz
Normal file
BIN
examples/rp2040-rx/fritzing-sketch.fzz
Normal file
Binary file not shown.
BIN
examples/rp2040-rx/fritzing-sketch_bb.png
Normal file
BIN
examples/rp2040-rx/fritzing-sketch_bb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 KiB |
@@ -203,7 +203,7 @@ void loop() {
|
||||
int nSamples = samplesRead;
|
||||
samplesRead = 0;
|
||||
|
||||
//// loop through any new collected samples
|
||||
// Use this with the serial plotter to observe real-time audio signal
|
||||
//for (int i = 0; i < nSamples; i++) {
|
||||
// Serial.printf("%d\n", sampleBuffer[i]);
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user