diff --git a/led_strip_door/README.md b/led_strip_door/README.md index 58a9667..406058c 100644 --- a/led_strip_door/README.md +++ b/led_strip_door/README.md @@ -1,5 +1,6 @@ +## Inspiration ![WIRE](https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2019/03/ESP32-LED-strip-schematic_f.png?w=445&quality=100&strip=all&ssl=1) Source: https://randomnerdtutorials.com/esp32-esp8266-rgb-led-strip-web-server/ -TODO: -* [ ] Add a relay \ No newline at end of file +## Final Circuit +![Circuit](img/circuit.png) \ No newline at end of file diff --git a/led_strip_door/img/circuit.png b/led_strip_door/img/circuit.png new file mode 100644 index 0000000..717266c Binary files /dev/null and b/led_strip_door/img/circuit.png differ