Files
led-laser-frequenzen/platformio.ini
T

15 lines
334 B
INI

; 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