Skip to content

Commit be8e3b2

Browse files
committed
examples communication
1 parent 447b90a commit be8e3b2

File tree

8 files changed

+1
-0
lines changed

8 files changed

+1
-0
lines changed

examples/examples-communication/example-bt-receive/example-bt-receive.ino renamed to examples/sandbox/communication/communication-bt-receive/communication-bt-receive.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
uint16_t sample_rate = 44100;
1717
uint8_t channels = 2; // The stream will have 2 channels
18+
I2SStream out;
1819
BluetoothSerial SerialBT;
1920
StreamCopy copier(out, SerialBT);
2021

0 commit comments

Comments
 (0)