Skip to content

Commit dfc79d5

Browse files
committed
README
1 parent ea53094 commit dfc79d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Supported audio codec chips are e.g
1818

1919
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).
2020

21+
## Logging
22+
23+
The functionality has a built in logger. The default log level has been set to Warning. You can change it like this:
24+
25+
```C++
26+
27+
AudioDriverLogger.begin(Serial,AudioDriverLogLevel::Info);
28+
29+
```
30+
Valid values are: Debug, Info, Warning, Error
2131

2232
## Documentation
2333

0 commit comments

Comments
 (0)