Refactoring menu code to be non-blocking

Added macros for GPIO read/write
This commit is contained in:
2025-05-16 07:56:18 -05:00
parent a3ef12e24a
commit da0dd55b20
11 changed files with 316 additions and 41 deletions

View File

@@ -8,6 +8,8 @@
"clock_config.h": "c",
"utils.h": "c",
"ports.h": "c",
"mode.h": "c"
"mode.h": "c",
"arm_math.h": "c",
"io.h": "c"
}
}