Rotary-Encoder-Joystick/platformio.ini

26 lines
844 B
INI
Raw Permalink Normal View History

2021-11-01 23:16:34 +11: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:due]
platform = atmelsam
board = dueUSB
framework = arduino
lib_deps =
mheironimus/Joystick @ ^2.0.7
paulstoffregen/Encoder @ ^1.4.1
2021-11-02 20:37:06 +11:00
thomasfredericks/Bounce2 @ ^2.56
2021-11-01 23:16:34 +11:00
; nicohood/HID-Project @ ^2.6.1
monitor_speed = 115200
; monitor_port = /dev/tty.usbmodemHIDPE1
2021-11-02 21:56:52 +11:00
; upload_port = /dev/tty.usbmodem22301
; monitor_port = /dev/tty.usbmodem22301
2021-11-01 23:16:34 +11:00
; upload_port = /dev/tty.usbmodem22301
; monitor_port = /dev/cu.usbmodemHIDAF1
; upload_port = /dev/cu.usbmodemHIDAF1