Skip to content

Commit 0cd092f

Browse files
authored
Refactor README to consolidate Pinout information
Removed duplicate Pinout section and retained the relevant information.
1 parent 1c8cc2b commit 0cd092f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ For the RGBW firmware the white channel is automatically calculated and R,G,B ch
6464

6565
---
6666

67+
# Pinout
68+
69+
**ESP32:**
70+
**LED output (non-SPI):** GPIO 2
71+
**LED output (SPI):** GPIO 4 for Clock, GPIO 2 for Data
72+
73+
---
74+
6775
# Usage in HyperHDR
6876

6977
**In HyperHDR `Image Processing→Smoothing→Update frequency` you should do not exceed the maximum capacity of the device. Read more here: [how to get statistics](https://github.com/awawa-dev/HyperHDR/wiki/HyperSerial)**
@@ -82,14 +90,6 @@ Enabling `White channel calibration` is optional, if you want to fine tune the w
8290

8391
---
8492

85-
# Pinout
86-
87-
**ESP32:**
88-
**LED output (non-SPI):** GPIO 2
89-
**LED output (SPI):** GPIO 4 for Clock, GPIO 2 for Data
90-
91-
---
92-
9393
# Compiling
9494

9595
Currently we use PlatformIO to compile the project. Install [Visual Studio Code](https://code.visualstudio.com/) and add [PlatformIO plugin](https://platformio.org/).

0 commit comments

Comments
 (0)