-
HL5309 IC驅動範例
此firmware為HL5309操作的範例,有興趣者可以用此程式中的範例去控制HL5309 IC,HL5309 IC可讀寫mifare ultralight tag,可應用在玩具、門禁等身份辨識的場所。
- 2022-05-17 01:20:20下载
- 积分:1
-
3.5inch_Arduino Demo_UNO&Mega2560
Arduino Demo_UNO&Mega2560用的3.5寸tft触摸屏驱动代码以及范例程序,一个有是一个范例代码,包括DisplayString、graphicstest、readpixel_kbv、testcard_kbv、scroll_kbv、DisplayChinese、ShowBMP_320X480、GLUE_Demo_480x320、TouchScreen_Calibr_kbv、Touch、Phonecal - 480X320(3.5 inch TFT touch screen driver code and an example program for Arduino Demo_UNO&Mega2560. One has an example code, including DisplayString, graphicstest, readpixel_kbv, testcard_kbv, scroll_kbv, DisplayChinese, ShowBMP_320X480, GLUE_Demo_480x320, TouchScreen_Calibr_kbv, scroll_kbv, etc. Three hundred and twenty)
- 2018-06-30 11:24:40下载
- 积分:1
-
Arduino485cs1180
说明: More testing with arduino for cs1180 and 485 micro.
- 2019-05-15 02:44:29下载
- 积分:1
-
Maga_test
test maga board arduino
- 2019-06-15 19:12:28下载
- 积分: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
-
Arduino的摩尔斯码——SOS
Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。 Arduino的摩尔斯码——SOS,初学使用Arduino UNO 用发光二极管发送SOS信号。
- 2022-03-09 13:20:34下载
- 积分:1
-
BK3266 HD connection
bk3266 bluetooth document
- 2018-09-01 14:15:10下载
- 积分:1
-
F1
说明: 循迹小车,PDI算法,三种控制方式。参考(Tracked car, PID algorithm)
- 2019-07-20 15:06:41下载
- 积分:1
-
基于energia的MSP430F5529的入门资料
从入门到精通。40+例程。
- 2022-04-25 05:55:20下载
- 积分:1
-
arduino 计算器 code_second 版 (两位数)
为代码使一个计算器,arduino 这是两位数计算器。这个项目你需要 arduino 和 2 7 段显示,breadboard.this 项目是复杂得多的 tehen 其他 ı 希望你喜欢
- 2022-08-18 02:34:07下载
- 积分:1