1 Star 0 Fork 2

PaulJiang/步进电机驱动

forked from LiARAXY/步进电机驱动 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
stepMotor.h 281 Bytes
一键复制 编辑 原始数据 按行查看 历史
ARAXY 提交于 2020-06-13 22:28 . 嵌入式Linux步进电机驱动
#ifndef __STEPMOTOR_H__
#define __STEPMOTOR_H__
#define drvName "myStepMotor"
typedef struct
{
unsigned char direction; /* 0为正转 1为反转 */
unsigned long stepInterval; /* 每个节拍之间的时间间隔 单位是毫秒 */
}stepMotor_workmode;
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/jzhiyu/motor_drv.git
[email protected]:jzhiyu/motor_drv.git
jzhiyu
motor_drv
步进电机驱动
master

搜索帮助