; 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:pico] platform = raspberrypi board = pico framework = arduino upload_protocol = picotool upload_port = COM5 monitor_port = COM5 lib_deps = vrekrer/Vrekrer SCPI parser@0.5.0 arduinogetstarted/ezButton@1.0.6