]> git.earman.xyz Git - sensor-watch.git/commitdiff
add pinout table for sensor boards
authorJoey Castillo <jose.castillo@gmail.com>
Thu, 5 Aug 2021 21:31:01 +0000 (17:31 -0400)
committerJoey Castillo <jose.castillo@gmail.com>
Thu, 5 Aug 2021 21:31:01 +0000 (17:31 -0400)
README.md
images/sensor-board-pinout.png [new file with mode: 0644]

index 68d9652cc09da37eaa6f4812986d5eaee754291d..de9676df7b9822401fa6424543e7cd9ecf4f585f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,8 @@ You may have noticed that there are no sensors on this board. That is by design:
     * Four PWM pins on two independent TC channels
     * Five interrupt pins (two can wake from backup mode)
 
+![image](/images/sensor-board-pinout.png)
+
 These tiny “sensor boards” have a set outline, and the available area for your electronics is quite small (5.7 × 5.7 × 1 mm). Still, this is plenty of room for an environmental sensor, MEMS accelerometer or magnetometer and a couple of decoupling capacitors. Note that you will likely be limited to QFN and LGA type parts; SOICs are too large, and even SSOP packages are generally too thick. You can find reference designs for several sensor boards in the `PCB/Sensor Boards` directory within this repository.
 
 Getting code on the watch
diff --git a/images/sensor-board-pinout.png b/images/sensor-board-pinout.png
new file mode 100644 (file)
index 0000000..f6bb12f
Binary files /dev/null and b/images/sensor-board-pinout.png differ