platformio.ini 413 B

12345678910111213
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter, extra scripting
  4. ; Upload options: custom port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ;
  7. ; Please visit documentation for the other options and examples
  8. ; http://docs.platformio.org/en/stable/projectconf.html
  9. [env:leonardo]
  10. platform = atmelavr
  11. board = leonardo
  12. framework = arduino