diff --git a/README.md b/README.md index a0c2614ed3863827ec7cd0849ed092351f52696e..bc85f4e656fb6d9364f105a5e5c3e537eacc05c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # USB I2S Speaker - +<img width=60% src="img/speaker.jpg"/> This code implements a USB speaker streaming audio to an I2S device, based on [Phil Schatzmann's port](https://www.pschatzmann.ch/home/2024/10/13/tinyusb-audio-on-an-rp2040-in-arduino/) of the TinyUSB Audio class for the rp2040. @@ -9,7 +9,7 @@ This code implements a USB speaker streaming audio to an I2S device, based on [P This code uses the [Arduino pico](https://github.com/earlephilhower/arduino-pico) core, and two libraries: - [Adafruit TinyUSB](https://github.com/pschatzmann/Adafruit_TinyUSB_Arduino/tree/Audio): this is the version modified by Phil Schatzmann to handle the Audio class on the rp2040. -- [I2S]: Arduino's standard I2S library. +- [I2S](https://docs.arduino.cc/learn/built-in-libraries/i2s/): Arduino's standard I2S library. ## Code