LABEL / Arduino

#Arduino

3 posts

Ardunino 倒車雷達

電路圖 --- 影片 --- 程式碼 --- cpp Copy const int trig = 5 ; const int echo = 4 ; int buzzerPin = 3 ; //蜂鳴器 const int inter_time = 100 ; int time = 0 ; void setup () { Serial . begin ( 9600 ); pinMo…

Embedded, IoT & Hardware
Ardunino 倒車雷達