#include <Servo.h> //載入函式庫,這是內建的,不用安裝int i; Servo myservo; // 建立SERVO物件void setup() { myservo.attach(6); // 設定要將伺服 ...
確定! 回上一頁