59 lines
1.3 KiB
INI
59 lines
1.3 KiB
INI
; 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
|
|
|
|
[platformio]
|
|
default_envs =
|
|
uno
|
|
teensy36
|
|
mega2560
|
|
esp32
|
|
|
|
[common]
|
|
|
|
[env:teensy36]
|
|
platform = teensy
|
|
framework = arduino
|
|
board = teensy36
|
|
lib_deps =
|
|
fastled/FastLED@^3.7.0
|
|
pixelmatix/SmartMatrix@^4.0.3
|
|
pfeerick/elapsedMillis@^1.0.6
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
arduino-libraries/SD@^1.3.0
|
|
|
|
[env:uno]
|
|
platform = atmelavr
|
|
board = uno
|
|
framework = arduino
|
|
lib_deps =
|
|
fastled/FastLED@^3.7.0
|
|
pfeerick/elapsedMillis@^1.0.6
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
arduino-libraries/SD@^1.3.0
|
|
|
|
[env:mega2560]
|
|
platform = atmelavr
|
|
board = megaatmega2560
|
|
framework = arduino
|
|
lib_deps =
|
|
fastled/FastLED@^3.7.0
|
|
pfeerick/elapsedMillis@^1.0.6
|
|
adafruit/Adafruit GFX Library@^1.11.9
|
|
arduino-libraries/SD@^1.3.0
|
|
|
|
[env:esp32]
|
|
platform = espressif32
|
|
board = adafruit_feather_esp32s3_nopsram
|
|
framework = arduino
|
|
lib_deps =
|
|
fastled/FastLED@^3.7.0
|
|
pfeerick/elapsedMillis@^1.0.6
|
|
adafruit/Adafruit GFX Library@^1.11.9
|