大学生
最后登录1970-1-1
在线时间 小时
注册时间2013-5-27
|
楼主 |
发表于 2013-8-9 16:09:48
|
显示全部楼层
- #ifndef __BJMotor_H__
- #define __BJMotor_H__
- static unsigned char F_Rotation[8]={0x01,0x03,0x02,0x06,0x04,0x0c,0x08,0x09};//正转表格
- static unsigned char B_Rotation[8]={0x09,0x08,0x0c,0x04,0x06,0x02,0x03,0x01};//反转表格
- void NVIC_Configuration(void);//中断线及优先级配置
- void EXTI_Config(void);//中断形式配置
- void Motor_GPIO_Config(void);//电机驱动口配置
- #endif
复制代码 |
|