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

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Mar 10, 2023
1 parent 0396041 commit 3f166f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is an example sketch that writes audio data to the audio kit board via I2S.

You can adjust these parameters by setting your requested values in the cfg below:

```
```C++
#include "AudioKit.h"
#include "SineWaveGenerator.h"

Expand Down Expand Up @@ -78,14 +78,14 @@ You can also use this functionality just to set up the codec chip w/o doing any

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

```
```C++
LOGLEVEL_AUDIOKIT = AudioKitDebug; // or AudiKitInfo, AudioKitWarning, AudioKitError

```

## Documentation

Here is the documentaion of the [AudioKit class](https://pschatzmann.github.io/arduino-audiokit/html/class_audio_kit.html).
Here is the documentaion of the [AudioKit class](https://pschatzmann.github.io/arduino-audiokit/html/classaudiokit_1_1_audio_kit.html).

Further information can be found in the [Wiki](https://github.com/pschatzmann/arduino-audiokit/wiki) and my [Blogs](https://www.pschatzmann.ch/home/tag/esp32audiokit/).

Expand Down

0 comments on commit 3f166f2

Please sign in to comment.