Arduino 入门学习笔记4 继电器实验

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