-
-
Notifications
You must be signed in to change notification settings - Fork 233
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b24ac3c
commit 28a8e65
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
The LyraT Mini is a bit tricky to use because it has a ES8311 which is handling the output and a | ||
ES7243 which is handling the microphone input: both need to be on separate I2S ports. | ||
|
||
For these examples install: | ||
You should be able to use the examples that can be found in the [audiokit directory](https://github.com/pschatzmann/arduino-audio-tools/tree/main/examples/examples-audiokit): just replace the | ||
driver with LyratMini! | ||
|
||
For the examples install: | ||
|
||
- [Arduino AudioTools](https://github.com/pschatzmann/arduino-audio-tools) | ||
- [Arduino Audio Driver](https://github.com/pschatzmann/arduino-audio-driver) |