Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit 2d58dbe

Browse files
committed
README
1 parent 1cd8ee4 commit 2d58dbe

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ Because I wanted to have a proper support of the AudioKit for my [Arduino Audio
1010

1111
I converted the __audio_boards__ and their related __drivers__ into an __Arduino Library__ and provide an easy to use C++ class which configures both the CODEC and I2S. I also tried to abstract away all ESP32 specific funcationality.
1212

13-
So with this project it should now get quite easy to use these boards also in Arduino.
13+
So with this project it should now get quite easy to use these boards also in Arduino. The following functionality is supported
14+
15+
- management of different audio codec (starting, stopping, setting volume etc)
16+
- optional I2S output (ESP32 only)
17+
- optional SD support via SPI
18+
- information about board specific pins
1419

1520
## Configuration
1621

@@ -32,7 +37,7 @@ You must define your board and the default settings in the ```libraries/arduino-
3237
#define AUDIOKIT_BOARD 1
3338
3439
```
35-
Here the lyrat v4.3 has been selected.
40+
Here the lyrat v4.3 has been selected. Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audiokit/wiki)
3641

3742
Unfortunately AI Thinker created a big mess with their boards using different Audio chips and pin assingments, all of them using the same version number. You might need to make an educated guess by looking at the number after the version and if you have a 2957 board, you need to check all 3 options!
3843

0 commit comments

Comments
 (0)