servoMotor/APP/Device/Device_speed/servoMotor_recv.h

17 lines
274 B
C
Raw Normal View History

#ifndef __SERVOMOTOR_RECV_H_
#define __SERVOMOTOR_RECV_H_
2025-10-14 02:48:50 +00:00
#include "ptz_type_select.h"
#include "bsp_os.h"
2025-10-14 02:48:50 +00:00
#ifdef PTZ_SERVO_MOTOR
2025-10-14 02:48:50 +00:00
extern BSP_OS_SEM g_horiMotorMutex;
extern BSP_OS_SEM g_vertMotorMutex;
2025-10-14 02:48:50 +00:00
void Init_ServoMotorRecv(void);
2025-10-14 02:48:50 +00:00
#endif
2025-10-14 02:48:50 +00:00
#endif