当前位置:网站首页>Arduino droplet detection
Arduino droplet detection
2022-07-07 03:47:00 【ljsz36】
Physical connection diagram :
Circuit diagram :
Code :
void setup() {
pinMode(3, OUTPUT);
pinMode(2, INPUT);
}
void loop() {
bool va2 = digitalRead(2);
if (va2 == 1)
{
digitalWrite(3, 0);
}
else
{
digitalWrite(3, 1);
}
}
Use effect :
Arduino Water drop detection
边栏推荐
- 图形化工具打包YOLOv5,生成可执行文件EXE
- CVPR 2022 best paper candidate | pip: six inertial sensors realize whole body dynamic capture and force estimation
- 【C语言】 题集 of Ⅸ
- 太方便了,钉钉上就可完成代码发布审批啦!
- 如何自定义Latex停止运行的快捷键
- Significance and measures of source code confidentiality
- Stored procedures and functions (MySQL)
- Basic concepts of Huffman tree
- 1200.Minimum Absolute Difference
- ubuntu20安装redisjson记录
猜你喜欢
Optimization cases of complex factor calculation: deep imbalance, buying and selling pressure index, volatility calculation
Set WiFi automatic connection for raspberry pie
CVPR 2022 best paper candidate | pip: six inertial sensors realize whole body dynamic capture and force estimation
2022年上半年HIT行业TOP50
Codeworks 5 questions per day (1700 average) - day 7
什么是 BA ?BA怎么样?BA和BI是什么关系?
A 股指数成分数据 API 数据接口
QT 打开文件 使用 QFileDialog 获取文件名称、内容等
QT 项目 表格新建列名称设置 需求练习(找数组消失的数字、最大值)
概率论公式
随机推荐
【安全攻防】序列化與反序列,你了解多少?
QT thread and other 01 concepts
华为小米互“抄作业”
Sub pixel corner detection opencv cornersubpix
Variables, process control and cursors (MySQL)
CVPR 2022 best paper candidate | pip: six inertial sensors realize whole body dynamic capture and force estimation
太方便了,钉钉上就可完成代码发布审批啦!
About Confidence Intervals
Graphical tools package yolov5 and generate executable files exe
树莓派设置静态ip
树莓派设置wifi自动连接
如何替换模型的骨干网络(backbone)
QT 打开文件 使用 QFileDialog 获取文件名称、内容等
19. (ArcGIS API for JS) ArcGIS API for JS line acquisition (sketchviewmodel)
Flutter3.0了,小程序不止于移动应用跨端运行
About Confidence Intervals
Confirm the future development route! Digital economy, digital transformation, data This meeting is very important
2022.6.28
U.S. Air Force Research Laboratory, "exploring the vulnerability and robustness of deep learning systems", the latest 85 page technical report in 2022
LAB1配置脚本