-
SW in Boot, HW in boot and tools directories
SW in Boot, HW in boot and tools directories
- 2023-02-19 21:55:03下载
- 积分:1
-
485通讯源程序,基于89S52单片机,适合初者,希望能有所帮助。...
485通讯源程序,基于89S52单片机,适合初者,希望能有所帮助。-485 source, based on the 89S52 microcontroller, suitable for the beginning of those who, hoping to be helpful.
- 2023-03-07 06:20:03下载
- 积分:1
-
SL811USB interface chip with read and write FAT16 U disk firmware (C51 source co...
用SL811USB接口芯片读写U盘FAT16固化程序(C51源代码)-SL811USB interface chip with read and write FAT16 U disk firmware (C51 source code)
- 2022-03-20 22:13:17下载
- 积分:1
-
555电路集,不可多得啊
555电路集,不可多得啊-555 circuit sets, rare ah
- 2022-02-02 18:13:59下载
- 积分:1
-
isp1161驱动代码是我下载并该动后而成,还有点缺点,但对你可能有点帮助...
isp1161驱动代码是我下载并该动后而成,还有点缺点,但对你可能有点帮助 --Driver program for isp1161. I downloaded and modified the source code. Hope it could be useful, though it still has some bugs.
- 2022-03-03 01:00:19下载
- 积分:1
-
VCP STM32F4-串行通信 pc 机与 STM32
STM32F4和PC之间的VCP可帮助您创建ST微控制器和你的电脑。你可以通过MATLAB,Visual Basic或任何终端。有好玩的沟通之间的多桥。红色指示灯闪烁,表示建立连接。绿色LED灯闪烁,每10毫秒,表明数据发送或接收到的STM32F4板。
- 2023-01-18 08:55:03下载
- 积分:1
-
嵌入式linux下tracerouter 功能实现源代码,需要QT运行库
嵌入式linux下tracerouter 功能实现源代码,需要QT运行库-Embedded linux realize under tracerouter function source code, need QT runtime
- 2022-03-14 04:50:50下载
- 积分:1
-
minigui控件编程,在处理按纽事件同时改变按纽背景!
minigui控件编程,在处理按纽事件同时改变按纽背景!-minigui control programming, the deal button to change the button background events at the same time!
- 2022-07-12 21:59:06下载
- 积分:1
-
GNUC是编译开发开源软件,嵌入式linux软件的平台软件,如果你厌烦了VC,BC,如果你想投身于开源事业,那么请学习GC吧!...
GNUC是编译开发开源软件,嵌入式linux软件的平台软件,如果你厌烦了VC,BC,如果你想投身于开源事业,那么请学习GC吧!-GNUC is to compile the development of open-source software, embedded Linux software platform software, if you are tired of the VC, BC, if you wish to participate in open-source cause, then please learn GC!
- 2022-12-22 11:25:03下载
- 积分:1
-
ds1302+1602shizh0ng.含闹钟
#include //包含单片机寄存器的头文件
#include //包含_nop_()函数定义的头文件
unsigned char code digit[10]={"0123456789"}; //定义字符数组显示数字
sbit SCLK=P2^5; //位定义1302芯片的接口,时钟输出端口定义在P1.0引脚
sbit DATA=P2^6; //位定义1302芯片的接口,数据输出端定义在P1.1引脚 I/O
sbit RST=P2^7; //位定义1302芯片的接口,复位端口定义在P1.2引脚 CE
sbit s1=P1^0; // 时间移位
sbit s2=P1^1; // 时间加
sbit s3=P1^2; //时间减
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-01 14:54:39下载
- 积分:1