《電子DIY》之基於Arduino的超聲波測距(HC-SR04)

模塊介紹: 超聲波模塊介紹git 程序源碼:web int trig=2; int echo=3; int echo_us=0; int temp=0; int distanceInteger=0; int distanceFraction=0; void setup() { // put your setup code here, to run once: pinMode(trig,OU
相關文章
相關標籤/搜索