roboterarm erte 2.0 version

This commit is contained in:
LinoSchmidt
2022-01-09 18:08:59 +01:00
parent c0ab45a792
commit a83f0417db
28 changed files with 604 additions and 108 deletions

7
Firmware 2.0/.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"
]
}

3
Firmware 2.0/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"cmake.configureOnOpen": true
}