G.U.L.L.S. rebuilt to use PlatformIO
This commit is contained in:
24
platformio.ini
Normal file
24
platformio.ini
Normal file
@@ -0,0 +1,24 @@
|
||||
; 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 = teensy36
|
||||
|
||||
[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
|
||||
Reference in New Issue
Block a user