hoverbrett/hoverbrettctrl/platformio.ini

30 lines
766 B
INI
Raw Permalink Normal View History

2022-03-28 17:52:20 +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:teensy31]
platform = teensy
board = teensy31
framework = arduino
2022-04-10 16:36:19 +00:00
upload_protocol = teensy-cli
2022-03-28 17:52:20 +00:00
monitor_speed = 115200
build_flags =
-D USB_SERIAL_HID
lib_deps =
2022-04-10 16:36:19 +00:00
https://github.com/maniacbug/RF24
adafruit/Adafruit SSD1306@^2.5.3
adafruit/Adafruit BusIO@^1.11.3
2022-05-22 10:54:41 +00:00
https://github.com/adafruit/Adafruit-GFX-Library
2022-05-22 11:47:05 +00:00
arduino-libraries/SD@^1.2.4
mathertel/OneButton@^2.0.3