refactor: unified controller state by state_mgr

This commit is contained in:
awalol
2026-05-15 20:07:12 +08:00
parent 9a2c2b45e1
commit 7bbe37ba1c
8 changed files with 360 additions and 119 deletions
+12
View File
@@ -0,0 +1,12 @@
//
// Created by awalol on 2026/5/15.
//
#ifndef DS5_BRIDGE_STATE_MGR_H
#define DS5_BRIDGE_STATE_MGR_H
void state_init();
void state_set(uint8_t *data, const uint8_t size);
void state_update(const uint8_t *data, const uint8_t size);
#endif //DS5_BRIDGE_STATE_MGR_H