Lab4 Button 程式碼*/ int led1 = 11; //Led設定為pin 11 int button1 = 2; //按鈕設定為pin 2 int buttonState = 0; //按鈕預設的狀態 void setup() {
確定! 回上一頁