From ee74f59563dabb7eded38946b5a46aa8418ab247 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 28 Mar 2026 17:48:32 +0100 Subject: [PATCH] doc: added images to README.md --- doc/mcu-examples/n28/README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/mcu-examples/n28/README.md b/doc/mcu-examples/n28/README.md index 4f7ad29..334c6dc 100644 --- a/doc/mcu-examples/n28/README.md +++ b/doc/mcu-examples/n28/README.md @@ -1,6 +1,5 @@ -N28 -=== +# N28 N28 is a ATtiny84 based PCB with a door sensor and a temperature/humidity @@ -8,8 +7,7 @@ sensor. -Overview --------- +## Overview - Role: Door sensor with temp sensor - MCU: AtTiny84 @@ -32,3 +30,18 @@ Overview - DOOR : state of door/window (0=closed, >0=open) +## Schematic + +![Schematic](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_schematic.png) + + +## PCB Front + +![PCB Front](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_pcb_front.png) + + +## PCB Back + +![PCB Front](https://gitea.aqbanking.de/martin/aqhome/raw/branch/master/doc/mcu-examples/n28/n28_pcb_back.png) + +