servoMotor/APP/Device/Device_speed/servoMotor_recv.h

16 lines
180 B
C
Raw Normal View History

2025-10-14 02:48:50 +00:00
#ifndef __DEVICE_SPEED_SERVOMOTOR_H_
#define __DEVICE_SPEED_SERVOMOTOR_H_
#include "ptz_type_select.h"
#ifdef PTZ_SERVO_MOTOR
void Init_ServoMotorRecv(void);
#endif
#endif