platformio.ini 618 B

12345678910111213141516171819
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:leonardo]
  11. platform = atmelavr
  12. board = leonardo
  13. framework = arduino
  14. src_dir = "<Project>/src/ver2.0/mixxx_controller/"
  15. lib_deps =
  16. stutchbury/EncoderButton@^1.0.6
  17. arduino-libraries/MIDIUSB@^1.0.5
  18. adafruit/Adafruit MCP23017 Arduino Library@^2.3.2