网站大量收购独家精品文档,联系QQ:2885784924

自动避障红外电动小车c51程序(Automatic obstacle avoidance infrared electric car C51 program).doc

自动避障红外电动小车c51程序(Automatic obstacle avoidance infrared electric car C51 program).doc

  1. 1、本文档共17页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
自动避障红外电动小车c51程序(Automatic obstacle avoidance infrared electric car C51 program)

自动避障红外电动小车c51程序(Automatic obstacle avoidance infrared electric car C51 program) Automatic obstacle avoidance infrared electric car C51 program -------------------------------------------------------------------------------- Automatic obstacle avoidance infrared electric car C51 program #include reg51.h #includeintrins.h #define uchar unsigned char #define uint unsigned int #define left_infrare 0 #define right_infrare 1 #define dj_state1 / / 0X5F. Right #define dj_state2 / / 0X4F #define dj_state3 0X1F / / left #define dj_state4 / / 0X0F. #define dj_state5 / / 0XfF parking #define light_off 0x0f / / turn off the steering lamp #define left_light 0X5F / / left turn signal two is 5F #define right_light 0XaF / / right turn lights 0xaf, two is 0xbf #define back_light 0XcF / brake lamp that lights #define front_light / / 0x3f headlights #define light_on 0xff / / open all the lights #define true 1 #define false 0 #define LCD_Data P0 #define Busy / / 0x80 for the detection of LCD in the status word Busy logo Sbit c=P1^2; / / turn signal enable end Uchar code talk1[]={backward}; Uchar code talk2[]={forward}; Uchar code talk3[]={Turnleft}; Uchar code talk4[]={Turn right}; Uchar flage =0x00; Sbit ledcs=P1^2; //74H573 chip select signal //sbit left_led=P0^2; / / left infrared emission tube //sbit right_led=P0^3; / / right infrared emission tube Sbit LCD_RS = P1^5; //LCD definition pin Sbit LCD_RW = P1^6; / / Sbit LCD_E = P1^7; Void Delay5Ms (void) { Uint TempCyc = 5552; While (TempCyc--); } //400ms delay Void Delay400Ms (void) {uchar TempCycA = 5; Uint TempCycB; While (TempCycA--) {TempCycB=7269; While (TempCycB--); } } //LCD read status Unsigned char ReadStatusLCD (void) { LCD_Data = 0xFF; LCD_RS = 0; LCD_RW = 1; LCD_E = 0; LCD_E = 0; LCD_E = 1; While (LCD_Data Busy); / / busy signal detection Return (LCD_Data); } //LCD writes data Void WriteDataLCD (unsigned, char, WDLCD) { (ReadStatusLCD); / / detection. LCD_Data = WDLCD; LCD_RS=1; LCD_RW =0; LCD_E = 0; / / if the crystal sp

您可能关注的文档

文档评论(0)

f8r9t5c + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档