From e8f1021f6135455b46acec21cf5d5f01607df06e Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentinbolsee@hotmail.com> Date: Tue, 15 Apr 2025 10:55:12 -0400 Subject: [PATCH] link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0c2614..bc85f4e 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 -- GitLab