Setup PCF buttons to activate via joystick Todo: Finish rotary encoder to work via joystick Todo: make code more efficient
19 lines
553 B
INI
19 lines
553 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
|
|
|
|
[env:leonardo]
|
|
platform = atmelavr
|
|
board = leonardo
|
|
framework = arduino
|
|
lib_deps =
|
|
xreef/PCF8574 library@^2.2.0
|
|
ellsclytn/Rotary@0.0.0-alpha+sha.d1fef10209
|
|
mheironimus/Joystick@^2.0.7
|