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

7
source/controller.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef _CONTROLLER_H
#define _CONTROLLER_H
#endif