Skip to content

Commit d07a5d1

Browse files
committed
README
1 parent 9e9f0c8 commit d07a5d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,11 @@ Here is the list of examples:
8383

8484
#### Stream API
8585

86-
- [streams-url_raw-serial](/examples/streams-url_raw-serial) Displaying a music file from the internet on the Serial Plotter
87-
- [streams-generator-serial](/examples/streams-generator-serial) Displaying generated sound on the Serial Plotter
8886
- [streams-adc-serial](/examples/streams-adc-serial) Displaying input from analog microphone on the Serial Plotter
89-
- [streams-i2s-a2dp](examples/streams-i2s-a2dp) - Sample analog sound and write it to a A2DP Bluetooth source
90-
- [streams-file_raw-a2dp](examples/streams-file_raw-a2dp) - Read Raw File from SD card write it A2DP Bluetooth
91-
- [streams-adc-a2dp](examples/streams-adc-a2dp) - Sample analog sound from analog microphone and send it to Bluetooth Speaker
87+
- [streams-generator-serial](/examples/streams-generator-serial) Displaying generated sound on the Serial Plotter
88+
- [streams-generator-i2s_external_dac](/examples/streams-generator-i2s_external_dac) Playing generated sound on external DAC via I2S
9289
- [streams-memory_raw-i2s_external_dac](examples/streams-memory_raw-i2s_external_dac) - Play music form Flash Memory via I2S to External DAC
90+
- [streams-url_raw-serial](/examples/streams-url_raw-serial) Displaying a music file from the internet on the Serial Plotter
9391

9492
... these are just a few examples, but you can combine any Input Stream with any Output Stream as you like...
9593

0 commit comments

Comments
 (0)