-
spacegame
it is the new game for windows is very spesial
- 2017-11-02 18:37:13下载
- 积分:1
-
FFT使用Arduino Uno
在这里,我已经开发了一个稳定的FFT算法,Arduino兼容。我已经把它从各种类似的网站GitHub和合并在一个程序。所以如果你真的想找到FFT请用这个。它的有趣。欢迎任何建议。
- 2022-03-15 04:49:43下载
- 积分:1
-
74hc165
This is a test program for Arduino connection to 74HC165 shift register
- 2019-03-27 07:23:21下载
- 积分:1
-
arduino智能小车wifi控制指令解析
该程序主要是运行在arduino小车上,用来接收PC端发送的控制指令,以及实现对小车的运动控制
- 2022-02-04 23:34:25下载
- 积分: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
-
ESPAsyncTCP
Latest version of Asysnchronous TCP Web Server (non-blocking) for ESP8266
- 2018-05-14 15:54:45下载
- 积分:1
-
Arduino库GSM屏蔽
应用背景这个库可以使用Arduino GSM和GPRS在GSM屏蔽连接网络Arduino GSM屏蔽连接你的Arduino互联网使用GPRS无线网络。只是把这个模块到你的Arduino板,插入SIM卡,从运营商提供的GPRS覆盖和跟踪几个简单的关键技术使用这个库使/接收语音呼叫,发送和接收短信的quectel M10 GSM模块。;本库也允许你通过的GPRS网络连接到互联网。您可以使用网络客户端和服务器。
- 2022-05-19 17:11:32下载
- 积分:1
-
Chip-Inside LED灯条
介绍这是一种chip_inside LED灯条,所以你可以单独控制每个LED!有每米的LED60RGB,它是如此的美好,当你改变它们的颜色。而对于LED的控制,只需要你从3.3V-5V MCU等的电源Arduino的一个数字引脚。在名为WS2812每一个LED芯片,你可以找到在我们网站上的数据表。一旦我们知道你带有多长,你可以很容易得到LED的量。
- 2022-04-29 03:24:14下载
- 积分: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
-
sketch_dec12a
说明: sketch_dec12a是arduino文件 读到上位机输出的字符串输出SD卡里面的语音信息。
sketch_dec12a是arduino文件 读到上位机输出的字符串输出SD卡里面的语音信息。(Sketch_dec12a is a string read from Arduino file to output from PC and output voice information in SD card.)
- 2018-12-25 10:36:42下载
- 积分:1