aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-02-19 22:29:48 +0100
committerThomas White <taw@physics.org>2023-02-19 22:29:48 +0100
commitd72137bce4e2c8b426235de6ecb924302c1094eb (patch)
treef54128979dc6724a7b025ea2f9c59c8cc7dc3c91
parenta2aae59c570a93a8e7bb41056d412ebfb297d329 (diff)
Add circuit diagram
-rw-r--r--README.md1
-rw-r--r--circuit.pngbin0 -> 27026 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b468246..b2b4490 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ You'll need a Raspberry Pi Pico W. Solder red and green LEDs to GPIOs 21 and
22 respectively, each with a 1.5 kOhm series resistor (you won't need much
brightness). There is a ground pad conveniently placed between the two pins.
+![Circuit diagram](circuit.png)
Software
--------
diff --git a/circuit.png b/circuit.png
new file mode 100644
index 0000000..016e54a
--- /dev/null
+++ b/circuit.png
Binary files differ