-
watchdog microcontroller programming and hardware, software watchdog placed how...
单片机看门狗的编程以及硬件实现,软件如何安放看门狗程序-watchdog microcontroller programming and hardware, software watchdog placed how procedures
- 2023-04-20 06:35:03下载
- 积分:1
-
NTP客户端,可以得到关于时区的当前时间的很多。
ntp client, can get the current time about the lots of time zone.
- 2022-04-13 04:25:07下载
- 积分:1
-
Learn hands
动手组装学习板,既省钱又实用。欣欣工作室为您准备了齐全的PCB及制作、调试、实验文档,来欣欣论坛,为了让大家阅读方便,我制成了电子书格式-Learn hands-assembled panels, both to save money and practical. Xinxin studio prepared for you a full range of PCB and production, testing, laboratory documents, to Xinxin forum in order to allow ease of reading everyone, I made the e-book format
- 2022-05-26 04:10:21下载
- 积分:1
-
时钟芯片ds1302 程序
源程序按版本号放在文件夹中。里面有在Protues中仿真的DSN文件。
打开MPLAB的MCP文件进行编译
将DSN文件...
时钟芯片ds1302 程序
源程序按版本号放在文件夹中。里面有在Protues中仿真的DSN文件。
打开MPLAB的MCP文件进行编译
将DSN文件载入Protues中
将生成的HEX导入到Protues中的16F84A中 -> RUN-Clock chip DS1302 procedures in accordance with the version number on the source folder. Protues there are in the DSN file in the simulation. Open the MPLAB compiler of the MCP file DSN file loading will be generated by HEX will Protues into Protues in 16F84A in-
- 2022-02-07 10:24:45下载
- 积分:1
-
Modbus
MODBUS-TCP源码(C + VB)-MODBUS-TCP source (C+ VB)
- 2022-12-23 05:45:02下载
- 积分:1
-
Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteri...
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。-Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.
- 2022-04-22 00:17:18下载
- 积分:1
-
实时时钟芯片DS1302的C51程序列子
实时时钟芯片DS1302的C51程序列子-real-time clock chip DS1302 the C51 procedures Liezi
- 2022-03-23 21:18:42下载
- 积分:1
-
DIY红外遥控家电,遥控家电的电源开关。方便实用。
DIY红外遥控家电,遥控家电的电源开关。方便实用。-DIY infrared remote control home appliances, home appliances remote control power switch. Convenient and practical.
- 2022-02-05 22:04:18下载
- 积分:1
-
读写weigant输出Kei uVision开放!
mifare 读卡器weigant输出有kei uvision打开!-MIFARE reader weigant output is Kei uvision open!
- 2022-01-21 02:16:39下载
- 积分:1
-
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpo...
其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写:
unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。
usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write:
unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data.
usb endpoint data is read
- 2023-06-14 23:15:04下载
- 积分:1