Add project template

This commit is contained in:
Patrick Schwarz 2020-12-27 16:56:51 +01:00
parent be5b8b07c9
commit d6db74c21d
8 changed files with 132 additions and 0 deletions

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

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