Add PlatformIO config for ESP32-C6 + NeoPixel

This commit is contained in:
2026-08-10 11:35:18 +02:00
parent c14ec63b38
commit b64766ce9f
+14
View File
@@ -0,0 +1,14 @@
; PlatformIO Project Configuration File
; ESP32-C6 mit WS2812B LED-Streifen (30 LEDs)
[env:esp32-c6-devkitc-1]
platform = espressif32
board = esp32-c6-devkitc-1
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit NeoPixel@^1.12.3
build_flags =
-D LED_PIN=GPIO6
-D NUM_LEDS=30
-D WS2812B_SERIAL_SPEED=800000