📄 servo.c
字号:
#define RELEASE
#ifndef RELEASE
#include "config.h"
#include "global.h"
#include "user_init.h"
#include "util.h"
#include "func.h"
#include "sio.h"
#include "epp.h"
#include "macro.h"
#include "servo.h"
//#include "vfdfunc.h" //jjding 2000/11/07
#include "hwsetup.h"
#ifdef LINEAR_PLAYBACK
#include "yoki.c"
#endif
#ifdef SUPPORT_COMBO
#include "reverse.h"
#ifdef PANASONIC_SERVO//terry,2000/11/24 09:58AM
#ifdef MN662741_SERVO
#include "mn662741.c" //kevinlu 2001.6.7
#else
#include "mn662790.c"
#endif
#elif defined(PHILIPS_SERVO)
#include "saa7327.c"
#elif defined(CAR_SERVO)//kenny 891220
#include "car_662790.c" //kenny 2001/2/20
#elif defined(SAMSUNG_SERVO_9223)
#include "sa9223.c"
#elif defined(SAMSUNG_SERVO_9224)
#include "sa9224.c"
#elif defined(SONY_SERVO)
#include "cxd3068.c"
#endif
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -