-
[安卓开源]仿手机QQ音乐播放器项目
654684313216846123168
- 2019-07-04 12:31:29下载
- 积分:1
-
arduino上传数据到ONENET云平台
arduino上传数据到ONENET云平台,arduino通过wifi模块连接到网络,然后再连接onent云平台上传数据,这是通过EDP协议。
- 2023-05-20 09:40:02下载
- 积分:1
-
arduino 摇杆代码
arduino开发板套件摇杆,按钮的使用详细说明以及电路连接图示,是新手入门的极佳学习案例
- 2023-04-24 13:50:03下载
- 积分:1
-
T67XX 红外二氧化碳传感器 I2C 通信 arduino 库
Arduino 开发环境,基于Wire 库开发。 通过I2C 通信接口,访问红外非分光二氧化碳传感器: T6703 . 实现状态查询、传感器数据读取、传感器校准等功能。
- 2022-06-17 02:32:03下载
- 积分:1
-
BK3266 HD connection
bk3266 bluetooth document
- 2018-09-01 14:15:10下载
- 积分:1
-
Arduino485cs1180
More testing with arduino for cs1180 and 485 micro.
- 2019-05-15 02:44:29下载
- 积分:1
-
循迹小车,PDI算法,三种控制方式
说明: 循迹小车,PDI算法,三种控制方式。参考(Tracked car, PID algorithm)
- 2020-06-23 07:40:01下载
- 积分:1
-
gsm
arduino的io控制输入输出#include #include #include "RC522.h"#include "DS1302.h"#include #define GSMSerial Serial1#define ID "768E4DA5"uint8_t CE_PIN = 4;uint8_t IO_PIN = 3;uint8_t SCLK_PIN = 2;char buf[50];//4 bytes Serial number of card, the 5 bytes is verfiy bytesunsigned char serNum[5];unsigned char state_pre=1;/* 创建 DS1302 对象 */DS1302 rtc(CE_PIN, IO_PIN, SCLK_PIN);void print_time() { /* 从 DS1302 获取当前时间 */ Time t = rtc.time(); snprintf(buf, sizeof(buf), "%04d-%02d-%02d %02d:%02d:%02d", t.yr, t.mon, t.date, t.hr, t.min, t.sec); /* 输出日期到串口 */ Serial.println(buf); }void setup() { Serial.begin(9600);
- 2023-07-16 15:35:04下载
- 积分:1
-
test-project
测试Android功能的详情页面内容,能够使界面元素被程序化的序列点击。(Testing the details of Android functionality page content enables interface elements to be programmed by sequential clicks.)
- 2019-06-22 12:04:12下载
- 积分:1
-
OneWire
说明: DS18B20 温度传感器相关库文件,还需要DallasTemperature库文件配套使用。(DS18B20 temperature sensor related library files, also need Dallas Temperature library files supporting use.)
- 2021-04-17 14:58:52下载
- 积分:1