TCweng生活大小事,生活尬小事
愛體驗認證
2019年8月7日 星期三
setup() - arduino程式語法參考_TCweng
setup()
在"setup"迴圈裡,程式只會在Arduino通電時執行一次,因此腳位的定義(輸入,輸出),感應器的初始化設定通常在這裡執行
範例:
int Pin = 3;
void setup(){
Serial.begin(9600);
pinMode(Pin, INPUT);
}
void loop(){
}
回總攬
https://tcweng.blogspot.com/2019/08/arduinotcweng.html
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言