-
DS1302 库和实例
#if ARDUINO > = 100
#include"Arduino.h"
#else
#include"WProgram.h"
#endif
#include"DS1302.h"
/ * * * 时间定义 * * * /
Time::Time (uint16_t 年,uint8_t 星期一,uint8_t 日期
- 2022-03-20 16:21:15下载
- 积分:1
-
利用红外对管实现双工通信,温湿度信息同步
利用简单的红外对管,实现双机通信,基于arduino mega2560,通过高精度温湿度传感器dht11来测量环境温湿度,在通过红外对管实现主从机信息的交换,具有很强的实用价值,成本十分低廉,操作也很简单。
- 2022-03-03 21:45:00下载
- 积分:1
-
04_Test-20190611T152621Z-001
说明: Design of digital systems, Tes01 arduino and proteus.
- 2019-06-11 23:21:44下载
- 积分:1
-
遥控小车
说明: 手机遥控小车,蓝牙连接,电机正反转,LED(Mobile phone remote control car, Bluetooth connection)
- 2021-03-03 14:50:59下载
- 积分:1
-
HoodLoader2-master
Arduino Uno Hood Loader 2 input conversion
- 2019-06-18 14:37:16下载
- 积分:1
-
arduino 摇杆代码
arduino开发板套件摇杆,按钮的使用详细说明以及电路连接图示,是新手入门的极佳学习案例
- 2023-04-24 13:50:03下载
- 积分:1
-
超声波模块程序
arduino超声波模块示例程序
const int TrigPin = 2;
const int Echopin = 3;//发射、接收端的引脚
float distance_cm = 0;
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
pinMode(TrigPin,OUTPUT);
pinMode(Echopin,OUTPUT);
}
void loop() {
// 产生一个10微秒的高脉冲去触发TrigPin
digitalWrite(TrigPin,LOW);
delayMicroseconds(2);
digitalWrite(TrigPin,HIGH);
- 2022-12-16 10:25:03下载
- 积分:1
-
使用ESP8266获取网络标准时间(NPT)并计算出农历
file name "Wifi_NTP_Time1" from "Udp NTP Client"
Get the time from a Network Time Protocol (NTP) time server
Demonstrates use of UDP sendPacket and ReceivePacket
For more on NTP time servers and the messages needed to communicate with them,
http://www.ntp.org.cn/
当前已提供的各国NTP服务器列表
[INTERNATIONAL NTP server list.]
区域[zone] 域名[Domain] IP池[IP Pool]
中国[China] cn.ntp.org.cn [202.108.6.95] [202.112.29.82] [110.75.190.198]
[115.28.122.198] [182.92.12.11] [120.25.108.11]
- 2022-05-20 00:13:07下载
- 积分:1
-
onewire.h和dallastemperature.h
补充用库函数,其中包含onewire.h和dallastemperature.h,在lcd和18b20的程序编写中会使用到,可将解压出的两个文件夹直接放入arduino安装位置的libraries里即可。
- 2022-03-19 22:04:02下载
- 积分:1
-
Arduino 韦根代码库
Arduino 韦根代码库,利用韦根26/33 与arduino 连接,提供库应用
- 2022-05-29 09:12:32下载
- 积分:1