-
Keil C51使用详解
Keil C51使用详解-Keil C51 IDE
- 2023-03-21 20:00:03下载
- 积分:1
-
是一些单片机的串口通信程序,用C语言编写。
是一些单片机的串口通信程序,用C语言编写。-Is the number of single-chip serial communication program, using C language.
- 2022-01-30 22:52:07下载
- 积分:1
-
功能强大的串口程序,用avr系列的mega16单片机实现
功能强大的串口程序,用avr系列的mega16单片机实现-powerful Serial procedures used avr series mega16 MCU
- 2022-03-11 14:00:39下载
- 积分:1
-
这是“led广告屏”程序,已经成功调试,希望对大家有用,谢谢!(最好配合51单片机和伟福编译器)...
这是“led广告屏”程序,已经成功调试,希望对大家有用,谢谢!(最好配合51单片机和伟福编译器)-"led advertising screen" program has been successfully tested and we hope to useful, thank you! (Preferably with 51-fu SCM and compiler)
- 2022-09-24 02:10:03下载
- 积分:1
-
该程序是用C编写的,须下载到凌阳61单片机 有万年历功能
该程序是用C编写的,须下载到凌阳61单片机 有万年历功能-that the procedure was used in the preparation of C, to be downloaded to a microcontroller Sunplus 61 calendar function
- 2022-03-13 01:51:41下载
- 积分:1
-
LED lights lit, C language, you can run keil. Achieve the first of a small non
点亮LED灯,C语言编写,可以在keil下运行。实现第一个小灯的不停闪烁,初学着可以好好参考。-LED lights lit, C language, you can run keil. Achieve the first of a small non-stop flashing lights, can make reference to the beginner.
- 2022-05-10 14:05:33下载
- 积分:1
-
dsPIC33F型号的CPU可配置10位或12位的ADC采样,转换完成后直接从DMA中读取转换结果。源码中对多路模拟量进行采样,对ADC及DMA分别进行了配置。...
dsPIC33F型号的CPU可配置10位或12位的ADC采样,转换完成后直接从DMA中读取转换结果。源码中对多路模拟量进行采样,对ADC及DMA分别进行了配置。 -dsPIC33F models of CPU can be configured 10-bit or 12-bit sampling ADC, the conversion after the completion of DMA read directly from the conversion results. Source of multi-channel analog sampling, the ADC and DMA configuration respectively.
- 2023-05-24 15:55:03下载
- 积分: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
-
洗衣机控制器的程序及编译文件CCCCC(C语言)
洗衣机控制器的程序及编译文件CCCCC(C语言)-Washing machine controller procedures and compile documents CCCCC (C language)
- 2023-08-31 09:40:03下载
- 积分:1
-
verilig准备使用CPLD读写EEPROM(74lc21)程序
利用Verilig编写CPLD读写EEPROM(74LC21)程序-Verilig prepared to use CPLD to read and write EEPROM (74LC21) procedures
- 2023-04-03 15:35:03下载
- 积分:1