ClawMachineCosplay/.vscode/arduino.json

7 lines
160 B
JSON

{
"sketch": "ClawMachineOverhaul.ino",
"configuration": "cpu=atmega2560",
"board": "arduino:avr:mega",
"output": "./build",
"port": "COM7"
}