赞
踩
所需材料:DHT11一个,arduino板子一块,一路带光耦继电器一个,LCD1602显示屏一块,加湿器
研究思路:
整体程序流程图:
LCD接线图:
最终实物图:
arduino程序:
#include <dht11.h>
#include <LiquidCrystal.h>
#define DHT11PIN 8
dht11 DHT11;
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int relay&#
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。