bobbycar/controller_teensy/platformio.ini

39 lines
881 B
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 = teensy31
; Set/override default options for each "[env:***]"
[env]
framework = arduino
monitor_speed = 115200
build_flags =
-D USB_SERIAL_HID
lib_deps =
robtillaart/ADS1X15@^0.3.9
adafruit/Adafruit SSD1306@^2.5.7
arduino-libraries/SD@^1.2.4
https://github.com/adafruit/Adafruit_NeoPixel
https://github.com/milesburton/Arduino-Temperature-Control-Library/
[env:teensy31]
platform = teensy
board = teensy31
[env:teensy40]
platform = teensy
board = teensy40