ClawMachineCosplay/.vscode/arduino.json

7 lines
160 B
JSON
Raw Normal View History

2024-06-01 02:22:57 +02:00
{
"sketch": "ClawMachineOverhaul.ino",
"configuration": "cpu=atmega2560",
"board": "arduino:avr:mega",
"output": "./build",
"port": "COM7"
}