2021-02-26 18:37:12 +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
|
|
|
|
|
|
|
|
|
2023-07-18 20:31:12 +00:00
|
|
|
[platformio]
|
|
|
|
default_envs = teensy31
|
2021-03-02 22:48:20 +00:00
|
|
|
|
2023-07-18 20:31:12 +00:00
|
|
|
; Set/override default options for each "[env:***]"
|
|
|
|
[env]
|
|
|
|
framework = arduino
|
2021-03-02 22:48:20 +00:00
|
|
|
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
build_flags =
|
2023-02-28 23:31:46 +00:00
|
|
|
-D USB_SERIAL_HID
|
|
|
|
|
|
|
|
lib_deps =
|
2023-03-02 21:05:48 +00:00
|
|
|
robtillaart/ADS1X15@^0.3.9
|
2023-04-15 22:13:02 +00:00
|
|
|
adafruit/Adafruit SSD1306@^2.5.7
|
2023-05-19 14:45:56 +00:00
|
|
|
arduino-libraries/SD@^1.2.4
|
2023-06-13 21:45:17 +00:00
|
|
|
https://github.com/adafruit/Adafruit_NeoPixel
|
2023-07-18 20:31:12 +00:00
|
|
|
https://github.com/milesburton/Arduino-Temperature-Control-Library/
|
|
|
|
|
|
|
|
|
|
|
|
[env:teensy31]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy31
|
|
|
|
|
|
|
|
|
|
|
|
[env:teensy40]
|
|
|
|
platform = teensy
|
|
|
|
board = teensy40
|