当前位置:首页 > 科学研究 > 正文内容

​Arduino Project 047 - Relay Control Switch

RonWang7个月前 (12-13)科学研究299

Project 47 Relay Control Switch


47 Relay Control Circuit

47 Relay Control  Schematic

/* Project 47 Relay Control
 * Coding by Ronwang 
 * This example code is in the public domain
 * Hardware Support by Autaba Website :https://www.autabaec.com
 */
// The Arduino pin, which connects to the IN pin of relay
const int RELAY_LIGHT= 8; 
// the setup function runs once when you press reset or power the board
void setup() {
  // initialize digital pin as an output.
  pinMode(RELAY_LIGHT, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
  digitalWrite(RELAY_LIGHT, HIGH);
  delay(1000);
  digitalWrite(RELAY_LIGHT, LOW);
  delay(1000);
}


版权声明:本文为原创文章,版权归donstudio所有,欢迎分享本文,转载请保留出处!

本文链接:http://parentscn.com/?id=304

相关文章

液压快换接头失效案例分析

液压快换接头失效案例分析

摘  要 : 快速接头广泛应用于各个行业。某连铸机在使用过程中发现快换接头存在断开时漏油,易污染,对接、断开困难,故障率高等问题。经失效分析,发现是快换接头选型及使用不当造成的。正确的选型和...

中国大规模:氢能管网建设元年开启

中国大规模:氢能管网建设元年开启

随着可再生能源利用技术和装备的持续突破与迭代,可再生电力成本持续下降,促进可再生能源制氢(简称“绿氢”)成本不断下降,绿氢经济性的持续优化推动各领域绿氢应用需求快速扩大。据中国产业发展促进会氢能分会观...

构建核心团队,打造高端品牌—记中国机械设计领域领军人物王旭东

构建核心团队,打造高端品牌—记中国机械设计领域领军人物王旭东

我国著名的机械设计工程师王旭东,毕业于重庆理工大学机械设计及其自动化专业,后进入北京航空航天大学软件学院,攻读云计算专业的硕士研究生课程。他曾任职于陕西重型汽车有限公司、北京奔驰汽车有限公...

A methodology for quantitative risk assessment of a high-capacity hydrogen fueling station

A methodology for quantitative risk assessment of a high-capacity hydrogen fueling station

A methodology for quantitative risk assessment of a high-capacity hydrogen fueling station with li...

Centos彻底删除文件夹、文件命令

Centos彻底删除文件夹、文件命令

本文将介绍在Centos下面底删除文件夹、文件命令(centos 新建、删除、移动、复制等命令:01.新建文件夹mkdir 文件名新建一个名为test的文件夹在home下view sourc...

Hydrogen fueling cost analysis of various onboard  storage technologies

Hydrogen fueling cost analysis of various onboard storage technologies

基于各种车载氢燃料储存技术的成本分析 Hydrogen fueling cost analysis of various onboard storage technologiesAuthor :...