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