gf_ai_box/include/fake/vmf/gyro_daemon.h
2026-04-12 17:47:54 +08:00

6 lines
111 B
C

#ifndef VMF_GYRO_DAEMON_H
#define VMF_GYRO_DAEMON_H
int VMF_GYRO_Init(void);
int VMF_GYRO_Deinit(void);
#endif