first commit

This commit is contained in:
cyy_mac
2026-06-16 08:44:45 +08:00
commit c9d2b90a0b
37 changed files with 2396 additions and 0 deletions

9
ir_app/ir_app.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef IR_APP_H
#define IR_APP_H
void ir_app_init(void);
void ir_app_run(void);
int ir_poll(int *action);
void ir_flush(void);
#endif