Fügt Controller hinzu

Signed-off-by: Christof Seyfferth <mail@seyfferth.dev>
This commit is contained in:
2020-09-03 12:48:58 +02:00
parent 39c9e31664
commit 1acb8ee516
8 changed files with 38 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
{
// 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"
}
]
}