servo.h

来自「C语言编写的监控中心终端程序。基于GPRS上传收发数据功能」· C头文件 代码 · 共 15 行

H
15
字号
#include "set.h"

#ifdef SONY_SERVO
#include "cxd3068.h"
#endif
#ifdef PANASONIC_SERVO
#include "mn662790.h"
#endif
#ifdef SAMSUNG_SERVO
#include "sa9226.h"
#endif
#ifdef PHILIPS_SERVO
#include "saa7327.h"
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?