Initial commit

This commit is contained in:
Djuri 2023-11-06 20:16:07 +01:00
commit c2226f73e0
10 changed files with 174 additions and 0 deletions

10
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,10 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"platformio.platformio-ide"
],
"unwantedRecommendations": [
"ms-vscode.cpptools-extension-pack"
]
}