Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Other assembly language
  • Category : assembly language
  • Tags :
  • Update : 2013-11-04
  • Size : 1kb
  • Downloaded :0次
  • Author :赵****
  • About : Nobody
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
单片机无线遥控接收模块C程序源码:   void main(void)   {   P2_7=0 //开数码管显示 选通左右侧的数码管   P0=0xc0 //初始显示数字0    while(1){   P1=0xff //P1口设置为输入状态 先全部写1   i=P1 //赋值给临时存贮变量      i=i&0x0f //和0x0f相与 屏蔽高四位,读取无线遥控码      if (i==0x04)//如果是0x04,则代表无线遥控器的按键A按下,执行显示   {   P0=0x88 //字母A的字型码   beep1()   }   if (i==0x01)//如果是0x01,则代表无线遥控器的按键b按下,执行显示   {   P0=0x83 //字母b的字型码    fmq=1   }   if (i==0x08)//如果是0x08,则代表无线遥控器的按键C按下,执行显示   {   P0=0xc6 //字母C的字型码    P3_7=1 //继电器吸合   }   if (i==0x02)//如果是0x02,则代表无线遥控器的按键d按下,执行显示   {   P0=0xa1 //字母d的字型码    P3_7=0 //继电器释放   }
Packet file list
(Preview for download)


111
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.