Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ This library privides the following drivers:
- AudioDriverWM8960
- AudioDriverWM8978
- AudioDriverWM8994
- AudioDriverNAU8325

And it supports the following boards:

Expand All @@ -46,6 +47,7 @@ And it supports the following boards:
- LyratV43 
- NoBoard 


## Logging

The functionality has a built in logger. The default log level has been set to Warning. You can change it like this:
Expand Down
2 changes: 2 additions & 0 deletions src/AudioBoard.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ static AudioBoard NoBoard{NoDriver, NoPins};
static AudioBoard GenericWM8960{AudioDriverWM8960, NoPins};
/// @ingroup audio_driver
static AudioBoard GenericCS43l22{AudioDriverCS43l22, NoPins};


#if defined(ARDUINO_GENERIC_F411VETX)
/// @ingroup audio_driver
static AudioBoard STM32F411Disco{AudioDriverCS43l22, PinsSTM32F411Disco};
Expand Down
Loading