Erste Experimente

This commit is contained in:
2025-10-15 21:19:13 +02:00
parent 236d5ab53e
commit 4b43222c6f
6 changed files with 153 additions and 0 deletions

8
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"recommendations": [
"pioarduino.pioarduino-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}