From 22363ea4e3ba17079f16dc24219311ce9ef5dfb3 Mon Sep 17 00:00:00 2001 From: Stedd Date: Sun, 22 Oct 2023 13:28:28 +0200 Subject: [PATCH] Added sketch project file --- sketch.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sketch.yaml diff --git a/sketch.yaml b/sketch.yaml new file mode 100644 index 0000000..c137d83 --- /dev/null +++ b/sketch.yaml @@ -0,0 +1,13 @@ +profiles: + Esp32BalanceBot: + fqbn: arduino:esp32:esp32:firebeetle32 + platforms: + - platform: arduino:esp32 (1.0.4) + platform_index_url: https://dl.espressif.com/dl/package_esp32_index.json + libraries: + - GY85 (1.0) + - Wire (1.0.1) + - MatrixMath (1.0) + - PS3 Controller Host (1.1.0) + - WiFi (1.0) + - ESP32 Async UDP (1.0.0) \ No newline at end of file