Skip to content

Commit c1f33fa

Browse files
committed
Examples in README.md
1 parent 85f70db commit c1f33fa

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,23 @@ We also provide plenty of examples that demonstrate how to implement the differe
1717

1818
## Optional Libraries
1919

20+
Dependent on the example you might need to install some of the following libraries:
21+
2022
- [ESP32-A2DP Library](https://github.com/pschatzmann/ESP32-A2DP)
2123
- [arduino-fdk-aac](https://github.com/pschatzmann/arduino-fdk-aac)
2224
- [ESP8266Audio](https://github.com/earlephilhower/ESP8266Audio)
2325
- [SD Library](https://www.arduino.cc/en/reference/SD)
2426

25-
## Examples
2627

27-
All examples can be found in the [examples folder](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples)
28+
# Examples
29+
30+
- [adc-a2dp](examples/adc-a2dp) - Stream Analog input to A2DP Bluetooth
31+
- [adc-serial](examples/adc-serial) - Stream Analog input to Serial
32+
- [file_raw-a2dp](examples/file_raw-a2dp) - Stream Row File from SD card to A2DP Bluetooth
33+
- [file_raw-serial](examples/file_raw-serial) - Stream Raw File from SD card to Serial
34+
- [file_mp3-a2dp](examples/file_mp3-a2dp) - Stream MP3 File from SD card to A2DP Bluetooth using the ESP8266Audio library
35+
- [i2s-a2dp](examples/i2s-a2dp) - Stream I2S Input to A2DP Bluetooth
36+
- [i2s-serial](examples/i2s-serial) - Stream I2S Input to Serial
2837

2938

3039
## Installation

examples/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)