Adalight-FastLED_rgbwMod/platformio.ini

40 lines
715 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
2020-12-14 21:50:46 +00:00
2020-12-05 17:20:57 +00:00
[env:teensy31]
platform = teensy
board = teensy31
framework = arduino
2021-08-13 08:30:22 +00:00
monitor_speed = 256000
2020-12-05 17:20:57 +00:00
build_flags =
-D USB_SERIAL_HID
-D PIN_DATA=0
2020-12-14 21:50:46 +00:00
-D LED_OFFSET=134
2020-12-05 17:20:57 +00:00
lib_deps =
2020-12-05 17:20:57 +00:00
fastled/FastLED