Skip to content

Commit 0d0fd38

Browse files
committed
README
1 parent 63106b3 commit 0d0fd38

File tree

1 file changed

+32
-40
lines changed

1 file changed

+32
-40
lines changed

README.md

Lines changed: 32 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,40 @@ In this project I finally implemented some clean and simple C++ classes. This __
77

88
The goal of this project is to provide an __easy API to configure different audio codec chips__. After setting up the codec, you can use the I2S functionality provided by your microcontroller.
99

10-
Supported audio codec chips are e.g
10+
While you can use this library stand alone, I recommend to use it together with my [AudioTools](https://github.com/pschatzmann/arduino-audio-tools) project which provides a nice integration with it's [I2SCodecStream](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_i2_s_codec_stream.html) class. Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audio-driver/wiki).
1111

12-
- AC101
13-
- ES8388
14-
- ES8311
15-
- CS43l22
16-
- ES7243
17-
- etc
12+
## Drivers and Boards
1813

19-
While you can use this library stand alone, I recommend to use it together with my [AudioTools](https://github.com/pschatzmann/arduino-audio-tools) project which provides a nice integration with it's [I2SCodecStream](https://pschatzmann.github.io/arduino-audio-tools/classaudio__tools_1_1_i2_s_codec_stream.html) class. Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audio-driver/wiki).
14+
This library privides the following drivers:
15+
16+
- AudioDriverAC101
17+
- AudioDriverAD1938
18+
- AudioDriverCS42448
19+
- AudioDriverCS43l22
20+
- AudioDriverES7210
21+
- AudioDriverES7243
22+
- AudioDriverES7243e
23+
- AudioDriverES8156
24+
- AudioDriverES8311
25+
- AudioDriverES8374
26+
- AudioDriverES8388
27+
- AudioDriverLyratMini
28+
- AudioDriverPCM3168
29+
- AudioDriverWM8960
30+
- AudioDriverWM8978
31+
- AudioDriverWM8994
32+
33+
And it supports the following boards:
34+
35+
- AudioKitAC101 
36+
- AudioKitEs8388V1 
37+
- AudioKitEs8388V2 
38+
- GenericCS43l22 
39+
- GenericWM8960 
40+
- LyratMini
41+
- LyratV42 
42+
- LyratV43 
43+
- NoBoard 
2044

2145
## Logging
2246

@@ -51,38 +75,6 @@ to enable others to understand and reproduce your issue.
5175

5276
Finally, __don't__ send me any e-mails or post questions on my personal website!
5377

54-
## Drivers and Boards
55-
56-
This library privides the following drivers:
57-
58-
- AudioDriverAC101
59-
- AudioDriverAD1938
60-
- AudioDriverCS42448
61-
- AudioDriverCS43l22
62-
- AudioDriverES7210
63-
- AudioDriverES7243
64-
- AudioDriverES7243e
65-
- AudioDriverES8156
66-
- AudioDriverES8311
67-
- AudioDriverES8374
68-
- AudioDriverES8388
69-
- AudioDriverLyratMini
70-
- AudioDriverPCM3168
71-
- AudioDriverWM8960
72-
- AudioDriverWM8978
73-
- AudioDriverWM8994
74-
75-
And it supports the following boards:
76-
77-
- AudioKitAC101 
78-
- AudioKitEs8388V1 
79-
- AudioKitEs8388V2 
80-
- GenericCS43l22 
81-
- GenericWM8960 
82-
- LyratMini
83-
- LyratV42 
84-
- LyratV43 
85-
- NoBoard 
8678

8779
## Installation in Arduino
8880

0 commit comments

Comments
 (0)