From 122bb5d8fc419da2e3f50dc8e0163e59ed52cff7 Mon Sep 17 00:00:00 2001
From: Jochen Vothknecht <jochen3120@gmail.com>
Date: Wed, 8 Jun 2022 08:44:45 +0200
Subject: [PATCH] Dedicated PCB README

---
 README.md     | 26 --------------------------
 pcb/README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+), 26 deletions(-)
 create mode 100644 pcb/README.md

diff --git a/README.md b/README.md
index 82f8280..111f4e5 100644
--- a/README.md
+++ b/README.md
@@ -50,32 +50,6 @@ Component selection
 | 0.4 A < I ≤ 0.8 A | 47 - 100 µH |
 |         I ≤ 0.4 A | 68 - 220 µH |
 
-`CyanLight` PCBs
-----------------
-
-### `10W`
-
-Designed for the quadratic standard 10W LED modules. Running from at least 12V input voltage.
-
-![PCB rendering](doc/10W.png "PCB rendering")
-
-
-### `HexPCB`
-
-Designed for the standard 3W single-chip high power LEDs. Running from 12V - 24V depending of LED's forward voltage.
-May be populated with up to 6 individual LEDs and contains `0805` footprints to bridge unpopulated LEDs with 0Ω resistors.
-
-![PCB rendering](doc/HexPCB.png "PCB rendering")
-
-
-### `CyanLightControl`
-
-`ESP32` powered companion board for `CyanLight`.
-
-Contains 3.3 V buck regulator for effiecency and an experimental IR receiver.
-Mates directly with the LED boards for power and PWM signal connection via `Micropart-4` connector.
-
-![PCB rendering](doc/CyanLightControl.png "PCB rendering")
 
 
 `fxCyanF` aka `CyanLight`s network protocol
diff --git a/pcb/README.md b/pcb/README.md
new file mode 100644
index 0000000..0551307
--- /dev/null
+++ b/pcb/README.md
@@ -0,0 +1,47 @@
+CyanLight PCB Documentation
+===========================
+
+This `README` will give you a short introduction to the PCBs of this project
+
+
+`CyanLightControl v1.1`
+-----------------------
+
+`ESP32` powered companion board for `CyanLight`.
+
+Contains 3.3 V buck regulator for effiecency and an experimental IR receiver.
+Mates directly with the LED boards for power and PWM signal connection via `Micropart-4` connector.
+
+![PCB rendering](/doc/CyanLightControl.png "PCB rendering")
+
+There never was a `v1.0` of this board.
+
+### Pinout
+
+| GPIO |    Function     |
+|-----:|----------------:|
+|  27  |  `PT4115` DIM   |
+|  23  |     IR recv     |
+|  25  | general purpose |
+|  26  | general purpose |
+|  32  | general purpose |
+|  33  | general purpose |
+
+
+`CyanLight` PCBs
+----------------
+
+### `10W`
+
+Designed for the quadratic standard 10W LED modules. Running from at least 12V input voltage.
+
+![PCB rendering](/doc/10W.png "PCB rendering")
+
+
+### `HexPCB`
+
+Designed for the standard 3W single-chip high power LEDs. Running from 12V - 24V depending of LED's forward voltage.
+May be populated with up to 6 individual LEDs and contains `0805` footprints to bridge unpopulated LEDs with 0Ω resistors.
+
+![PCB rendering](/doc/HexPCB.png "PCB rendering")
+
-- 
GitLab