Initial commit: GalvoScan

This commit is contained in:
Alexey_Tiurnikov
2026-03-11 12:06:26 +03:00
commit 6929095e2b
8 changed files with 407 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"
]
}