[init] Initial commit

This commit is contained in:
2026-03-27 15:37:18 +01:00
commit 49c5318ae6
22 changed files with 2992 additions and 0 deletions
+10
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"
]
}
+7
View File
@@ -0,0 +1,7 @@
{
"cSpell.words": [
"EEPROM",
"Pico",
"TXTDIM"
]
}