Migrate to PlatformIO

This commit is contained in:
Robert Marshall 2023-09-12 13:34:36 +01:00
parent 22dd57d831
commit 729ecb5602
24 changed files with 370 additions and 55 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"
]
}