×

小车参考程序文件

消耗积分:0 | 格式:docx | 大小:12KB | 2017-03-08

分享资料个

小车参考程序

#include《reg52.h》 #include“fengming.h” #include《math.h》 #define uint unsigned int #define uchar unsigned char uchar i=0,j=0,k,temp; int ti=0,dc=0; sbit en1=P2^0;// L298的Enable A sbit en2=P2^1; // L298的Enable B sbit s1=P2^3;//单片机输出到L298N控制电机左后退 sbit s2=P2^4;//单片机输出到L298N控制电机左前进 sbit s3=P2^5;//单片机输出到L298N控制电机右后退 sbit s4=P2^6;//单片机输出到L298N控制电机右前进 sbit G1=P1^6; sbit G2=P1^7; uchar t=0; /* 中断计数器 */ uchar m1=0; /* 电机1速度值 */ uchar m2=0; /* 电机2速度值 */ uchar tmp1,tmp2; /* 电机当前速度值 */ uchar Speed=0;//小车的速度值 uint f; bit W; uchar Speed_car[]={“Speed:0000r/s ”}; void delay(uint i) { uint j; while(i--) {for(j=0;j《113;j++);} }

声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。 举报投诉

评论(0)
发评论

下载排行榜

全部0条评论

快来发表一下你的评论吧 !