; 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 [platformio] default_envs = arduino [env:arduino] platform = atmelavr board = megaatmega2560 framework = arduino upload_port = /dev/ttyUSB1 monitor_port = /dev/ttyUSB1 monitor_speed = 115200 lib_deps = arduino-libraries/LiquidCrystal https://github.com/waspinator/AccelStepper https://github.com/mathertel/RotaryEncoder https://github.com/janelia-arduino/Array