motor.h
来自「电机PID调速程序」· C头文件 代码 · 共 11 行
H
11 行
#ifndef motor_h
#define motor_h
sbit DIR_R = P0^1;
sbit DIR_L = P0^3;
sbit BRAKE_L = P0^2;
sbit BRAKE_R = P0^0;
void INIT_SFR(void);
void motor(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?