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

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

View File

@@ -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]);
//}