收藏 分享(赏)

51单片机控制无刷直流电机程序.doc

上传人:HR专家 文档编号:11587601 上传时间:2020-07-15 格式:DOC 页数:2 大小:69KB
下载 相关 举报
51单片机控制无刷直流电机程序.doc_第1页
第1页 / 共2页
51单片机控制无刷直流电机程序.doc_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

1、#include #define out_put P2sbit SA = P10;sbit SB = P11;sbit SC = P12;sbit DIR = P13;void Forward();void Backward();void main(void)while(1)if(!DIR)Forward();elseBackward();void Forward(void)if(SA&(!SB)&SC)/101out_put = 0x09;else if(SA&(!SB)&(!SC) /100out_put = 0x0A;else if(SA&SB&(!SC) /110out_put = 0

2、x22;else if(!SA)&SB&(!SC) /010out_put = 0x24;else if(!SA)&SB&SC)/011out_put = 0x14;else if(!SA)&(!SB)&(SC) /001out_put = 0x11;void Backward(void)if(SA&(!SB)&SC)/101out_put = 0x24;else if(!SA)&(!SB)&(SC)/001out_put = 0x22;else if(!SA)&(SB)&(SC) /011out_put = 0x0A;else if(!SA)&(SB)&(!SC) /010out_put = 0x09;else if(SA)&(SB)&(!SC) /110out_put = 0x11;else if(SA)&(!SB)&(!SC) /100out_put = 0x14;

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 网络科技 > 计算机原理

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报