紅外線測距模組 TCRT5000 的測距程式*/ 1 2 3 #include <math.h> //引入數學函式庫 4 5 void setup() { 6 Serial.begin(9600); 7 } 8 9 void loop() { 10 float cm; ...
確定! 回上一頁