机智云
东辉club
好好学习,诚信做人,用心做事
展开
-
智能农场 阳光温湿度 检测 远程控制开关 机智云
妈的 这次 接错线了 气死了 找了半天代码的毛病 气人今天 有个 光照传感器例子 代码#include <Wire.h>// GY-30// BH1750FVI// in ADDR ‘L’ mode 7bit addr#define ADDR 0b0100011// addr ‘H’ mode// #define ADDR 0b1011100void setu...原创 2018-10-04 15:23:11 · 1835 阅读 · 9 评论 -
esp8266网络自动对时 串口字符连接 病显示 12864i2c u8g2库
给别人定做的 做的集成了 烟雾传感器dht11u8g2网络 自动对时#include <dht11.h>//程序中调用了dht11的库#include <Arduino.h>#include <U8g2lib.h>#ifdef U8X8_HAVE_HW_SPI#include <SPI.h>#endif#ifde原创 2018-10-16 16:49:38 · 1492 阅读 · 0 评论 -
温控模拟网管 机智云
double Fahrenheit(double celsius){return 1.8 * celsius + 32;} //摄氏温度度转化为华氏温度double Kelvin(double celsius){return celsius + 273.15;} //摄氏温度转化为开氏温度// 露点(点在此温度时,空气饱和并产生露珠)// 参考: [url=http...原创 2018-11-04 12:03:56 · 913 阅读 · 1 评论 -
wifi舵机门锁 开关灯 机智云
double Fahrenheit(double celsius){return 1.8 * celsius + 32;} //摄氏温度度转化为华氏温度double Kelvin(double celsius){return celsius + 273.15;} //摄氏温度转化为开氏温度// 露点(点在此温度时,空气饱和并产生露珠)// 参考: [url=http...原创 2018-11-21 21:10:38 · 956 阅读 · 0 评论