update and test with rpi zero 2

This commit is contained in:
2025-05-12 17:53:09 +02:00
parent c1fb89271c
commit 4b3b2d1772
73 changed files with 215772 additions and 2600 deletions

19
LedBars.code-workspace Normal file
View File

@@ -0,0 +1,19 @@
{
"folders": [
{
"path": "."
},
{
"path": "RpiLedBars"
}
],
"settings": {
"files.associations": {
"stdlib.h": "c",
"websocket.h": "c",
"stdint.h": "c",
"stdint-gcc.h": "c",
"rpi_param.h": "c"
}
}
}