您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C语言编写的寻轨小车

  2. void go_left() // 向左转 { temp=0xfe; ENA=0; ENB=1; delay(5); } void go_right() //向右转 { temp=0xfe; ; ENA=1; ENB=0; delay(5); } void delay (uchar j) //延时 { unsigned char a,b; for(a=j;a>0;a--) for(b=200;b>0;b--); }
  3. 所属分类:C

    • 发布日期:2010-01-06
    • 文件大小:2048
    • 提供者:raoxiaoshi