From 1d1e3f524bb353c6e2937437fbe9b3013d5a4d2d Mon Sep 17 00:00:00 2001 From: David Huss <dh@atoav.com> Date: Mon, 27 Jan 2025 16:49:04 +0100 Subject: [PATCH] Add Readme : ) --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..d169a40 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,26 @@ + + + + +| ESP32 | SERVO | +| -------- | ------ | +| GND | Braun | +| 5V | Rot | +| 23 | Orange | + + + + + +## Arduino-IDE + +- Download unter: https://www.arduino.cc/en/software + +- Board-Manager-URL in Preferences reinpasten + ``` + https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json + ``` + +- + + \ No newline at end of file -- GitLab