refactor: unified controller state by state_mgr
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user