Got homing sequenc to work, ....again

This commit is contained in:
AlexanderHD27
2025-01-01 16:47:53 +01:00
parent edc2dd6294
commit c136056ed2
36 changed files with 2464 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
[
{
"name": "Pico",
"compilers": {
"C": "${command:raspberry-pi-pico.getCompilerPath}",
"CXX": "${command:raspberry-pi-pico.getCxxCompilerPath}"
},
"environmentVariables": {
"PATH": "${command:raspberry-pi-pico.getEnvPath};${env:PATH}"
},
"cmakeSettings": {
"Python3_EXECUTABLE": "${command:raspberry-pi-pico.getPythonPath}"
}
}
]