Files
PCF8574_Buttonbox/platformio.ini
Zepheris dad952c9a5 Added Joystick.h
Setup PCF buttons to activate via joystick
Todo: Finish rotary encoder to work via joystick
Todo: make code more efficient
2020-10-15 06:48:23 -06:00

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