Initial version, HID and vendor echo working

This commit is contained in:
Justin C. Miller
2025-01-31 01:21:03 -08:00
commit 90c38b731e
20 changed files with 932 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}"
}
}
]