Skip to content

Commit fe3c503

Browse files
committed
2 parents 7fd7d80 + 10bce08 commit fe3c503

File tree

6 files changed

+2811
-1308
lines changed

6 files changed

+2811
-1308
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ This library privides the following drivers:
3333
- AudioDriverWM8960
3434
- AudioDriverWM8978
3535
- AudioDriverWM8994
36+
- AudioDriverNAU8325
3637

3738
And it supports the following boards:
3839

@@ -46,6 +47,7 @@ And it supports the following boards:
4647
- LyratV43 
4748
- NoBoard 
4849

50+
4951
## Logging
5052

5153
The functionality has a built in logger. The default log level has been set to Warning. You can change it like this:

src/AudioBoard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ static AudioBoard NoBoard{NoDriver, NoPins};
131131
static AudioBoard GenericWM8960{AudioDriverWM8960, NoPins};
132132
/// @ingroup audio_driver
133133
static AudioBoard GenericCS43l22{AudioDriverCS43l22, NoPins};
134+
135+
134136
#if defined(ARDUINO_GENERIC_F411VETX)
135137
/// @ingroup audio_driver
136138
static AudioBoard STM32F411Disco{AudioDriverCS43l22, PinsSTM32F411Disco};

0 commit comments

Comments
 (0)