Arduino 入門教程(九)按鍵開關LED燈

Potential diagram: 實物連接:(以下圖爲準,上圖沒有連接8號針腳輸出的 LED燈) Arduino Code:  // 這裏的輸入和輸出是針對Arduino電路板而言 // 定義按鍵輸入針腳號爲2號針腳 const int buttonPin = 2; const int ledPin = 8; // 定義按鍵狀態變量初始值爲0 int buttonState = 0; bool
相關文章
相關標籤/搜索