Ajout de la configuration du projet, des fichiers de wowki ainsi que le contrôle des moteurs pas à pas.

This commit is contained in:
dd060606
2025-05-02 15:36:42 +02:00
parent bea6d5fb0e
commit 3247fd13fb
9 changed files with 309 additions and 32 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"
]
}