Adalight-FastLED_rgbwMod/platformio.ini

33 lines
665 B
INI
Raw Normal View History

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:d1_mini]
platform = espressif8266
board = d1_mini
framework = arduino
2020-12-05 17:20:57 +00:00
build_flags =
-D PIN_DATA=D5
lib_deps =
fastled/FastLED
[env:teensy31]
platform = teensy
board = teensy31
framework = arduino
build_flags =
-D USB_SERIAL_HID
-D PIN_DATA=0
lib_deps =
2020-12-05 17:20:57 +00:00
fastled/FastLED