2020-12-16 19:44:18 +00:00
|
|
|
; 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:adafruit_feather_m4]
|
|
|
|
platform = atmelsam
|
|
|
|
board = adafruit_feather_m4
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
; 28: Adafruit NeoPixel library
|
|
|
|
; 83: Adafruit RTClib
|
|
|
|
; 571: Adafruit ILI9341 library
|
2020-12-22 01:38:22 +00:00
|
|
|
lib_deps = SD, SPI, Wire, 28, 83, 571, arturo182/BBQ10Keyboard, 2082, 13, 6214
|
|
|
|
|
|
|
|
[env:adafruit_feather_m0]
|
|
|
|
platform = atmelsam
|
|
|
|
board = adafruit_feather_m0
|
|
|
|
framework = arduino
|
|
|
|
|
|
|
|
; 28: Adafruit NeoPixel library
|
|
|
|
; 83: Adafruit RTClib
|
|
|
|
; 571: Adafruit ILI9341 library
|
|
|
|
lib_deps = SD, SPI, Wire, 28, 83, 571, arturo182/BBQ10Keyboard, 2082, 13, 6214
|