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