Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425
  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. [platformio]
  11. default_envs = arduino
  12. [env:arduino]
  13. platform = atmelavr
  14. board = megaatmega2560
  15. framework = arduino
  16. upload_port = /dev/ttyUSB1
  17. monitor_port = /dev/ttyUSB1
  18. monitor_speed = 115200
  19. lib_deps =
  20. arduino-libraries/LiquidCrystal
  21. https://github.com/waspinator/AccelStepper
  22. https://github.com/mathertel/RotaryEncoder
  23. https://github.com/janelia-arduino/Array