Initial upload

This commit is contained in:
2025-03-09 15:36:21 +01:00
commit 7c9b5e784f
11 changed files with 460 additions and 0 deletions

15
.vscode/cmake-kits.json vendored Normal file
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}"
}
}
]