Fork me on GitHub

单片机 之 超声波测距

超声波测距:利用超声波传感器实现距离测量(提供超声波模块)

 

 

代码暂时不开源!

#include<reg52.h>    
#include <intrins.h>  //


/*……………………………………………中断服务函数…………………………………………………*/
void T_0()interrupt 1
{

}

 

posted @ 2017-07-21 20:26  RongT  阅读(329)  评论(0编辑  收藏  举报