標題:
伺服馬達
[打印本頁]
作者:
tonyh
時間:
2022-1-25 16:28
標題:
伺服馬達
#include <Servo.h> //載入函式庫,這是內建的,不用安裝
Servo myservo; // 建立SERVO物件
void setup() {
myservo.attach(D9); // 設定要將伺服馬達接到哪一個PIN腳
}
void loop() {
myservo.write(180); //旋轉到180度
delay(3000);
myservo.write(0); //旋轉到0度
delay(3000);
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2