当前位置:网站首页>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
边栏推荐
- Restcloud ETL Community Edition June featured Q & A
- [safe office and productivity application] Shanghai daoning provides you with onlyoffice download, trial and tutorial
- RestClould ETL 社区版六月精选问答
- Experience design details
- ubuntu20安装redisjson记录
- Mathematical induction and recursion
- 2022.6.28
- 自适应非欧表征广告检索系统AMCAD
- C task expansion method
- [leetcode] 450 and 98 (deletion and verification of binary search tree)
猜你喜欢
Code quality management
【mysql】mysql中行排序
Shangsilicon Valley JVM Chapter 1 class loading subsystem
什么是 BA ?BA怎么样?BA和BI是什么关系?
Set static IP for raspberry pie
19. (ArcGIS API for JS) ArcGIS API for JS line acquisition (sketchviewmodel)
图形化工具打包YOLOv5,生成可执行文件EXE
代码质量管理
QT 打开文件 使用 QFileDialog 获取文件名称、内容等
Decoration design enterprise website management system source code (including mobile source code)
随机推荐
Ubuntu20 installation redisjson record
海思3559万能平台搭建:RTSP实时播放的支持
Restcloud ETL Community Edition June featured Q & A
LAB1配置脚本
About Tolerance Intervals
.net中 接口可以有默认实现了
校招行测笔试-数量关系
Probability formula
Hisilicon 3559 universal platform construction: RTSP real-time playback support
20.(arcgis api for js篇)arcgis api for js面采集(SketchViewModel)
23.(arcgis api for js篇)arcgis api for js椭圆采集(SketchViewModel)
如何自定义Latex停止运行的快捷键
Graphical tools package yolov5 and generate executable files exe
Create applet from 0
About Confidence Intervals
21.(arcgis api for js篇)arcgis api for js矩形采集(SketchViewModel)
海思万能平台搭建:颜色空间转换YUV2RGB
Construction of Hisilicon universal platform: color space conversion YUV2RGB
Basic concepts of Huffman tree
Tencent cloud native database tdsql-c was selected into the cloud native product catalog of the Academy of communications and communications