From 849bd81e0cc8f24f2279ae7d3ef14049b31cb2e6 Mon Sep 17 00:00:00 2001
From: Quentin Bolsee <quentin.bolsee@cba.mit.edu>
Date: Tue, 15 Apr 2025 15:03:36 +0000
Subject: [PATCH] Edit README.md

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 13ea7a3..090d5bb 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
 
 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.
 
+An example board is available on How to Make (Almost) Anything's website:
+[https://academy.cba.mit.edu/classes/output_devices/](https://academy.cba.mit.edu/classes/output_devices/)
+
 ## Dependencies
 
 This code uses the [Arduino pico](https://github.com/earlephilhower/arduino-pico) core, and two libraries:
-- 
GitLab