From c889cdf0b7fb32da73734e3ae6f3fccc8a161c9a Mon Sep 17 00:00:00 2001
From: Neil Gershenfeld <gersh@cba.mit.edu>
Date: Wed, 2 Apr 2025 07:53:52 -0400
Subject: [PATCH] wip

---
 networking_communications/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/networking_communications/index.html b/networking_communications/index.html
index a85af561..c3b5c052 100755
--- a/networking_communications/index.html
+++ b/networking_communications/index.html
@@ -43,7 +43,7 @@
          SCL/SDA, pull-ups
          <a href=https://www.sparkfun.com/qwiic>Qwiic</a> <a href=https://learn.adafruit.com/introducing-adafruit-stemma-qt>STEMMA</a>
          <a href=https://www.arduino.cc/reference/en/language/functions/communication/wire>Arduino</a> <a href=https://docs.micropython.org/en/latest/library/machine.I2C.html>MicroPython</a> libraries
-         <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.wire.ino>Wire</a> <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.softwire.ino>soft Wire</a> <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.nowire.ino>no Wire</a>
+            <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.wire.ino>Wire</a> <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.softwire.ino>soft Wire</a> <a href=https://academy.cba.mit.edu/classes/input_devices/mag/TLE493D/hello.TLE493D.t412.nowire.ino>no Wire</a>
          <a id=hello.I2C.t1614 href=I2C/hello.I2C.t1614>hello.I2C.t1614</a> <a href=I2C/hello.I2C.t1614.png>board</a> <a href=I2C/hello.I2C.t1614.jpg>components</a> <a href=I2C/hello.I2C.t1614.traces.png>traces</a> <a href=I2C/hello.I2C.t1614.traces_exterior.png>traces+exterior</a> <a href=I2C/hello.I2C.t1614.interior.png>interior</a> 
             <a href=I2C/hello.I2C.ino>hello.I2C.ino</a> <a href=I2C/hello.I2C.mp4>video</a>
          <a href=https://fabacademy.org/2020/labs/leon/students/adrian-torres/week14.html#hello_i2c>ATtiny412</a>
-- 
GitLab