This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
serial_debugger/.vscode/arduino.json
2020-09-03 19:24:06 -04:00

6 lines
154 B
JSON

{
"board": "adafruit:nrf52:feather52840",
"configuration": "softdevice=s140v6,debug=l0",
"sketch": "serial_debugger.ino",
"port": "COM4"
}