Arduino 入門學習筆記4 繼電器實驗

程序 const int relayPin =7; //the "s" of relay module attach to /**********************************************/ void setup() { pinMode(relayPin, OUTPUT); //initialize relay as an output } /**********
相關文章
相關標籤/搜索