feat: 增强运动手势的校准与检测逻辑
This commit is contained in:
@@ -14,3 +14,6 @@ void motion_gesture_init(motion_nav_cb_t cb);
|
||||
void motion_gesture_set_enabled(bool enabled);
|
||||
void motion_gesture_set_sensitivity(shake_sensitivity_t sens);
|
||||
void motion_gesture_on_sample(float ax_g, float ay_g, float az_g);
|
||||
|
||||
float motion_gesture_get_last_magnitude(void);
|
||||
bool motion_gesture_is_calibrated(void);
|
||||
|
||||
Reference in New Issue
Block a user