Files
rfid/sketch_september3a/.theia/launch.json
2020-09-03 12:48:58 +02:00

13 lines
254 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
"version": "0.2.0",
"configurations": [
{
"name": "Arduino",
"type": "arduino",
"request": "launch"
}
]
}