[env:sparrow] ; Community fork of espressif32 platform w/ Arduino core 3.x for ESP32-C6 platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip board = esp32-c6-devkitm-1 framework = arduino monitor_speed = 115200 build_flags = -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1 -D ESP32_C6_env ; We'll need Wire (built-in), math, etc. For the RGB LED we'll pull Adafruit NeoPixel. lib_deps = adafruit/Adafruit NeoPixel @ ^1.12.0