-
C8051F310部分模块程序.已经调试成功
C8051F310部分模块程序.已经调试成功-C8051F310 part of module procedures. Has successfully debug
- 2022-06-01 12:58:13下载
- 积分:1
-
基于80C51单片机源码公开的Small RTOS 1.12.1版
基于80C51单片机源码公开的Small RTOS 1.12.1版-80C51 microcontroller based on the open source version 1.12.1 Small RTOS
- 2022-10-31 07:35:03下载
- 积分:1
-
基于凌阳系列单片机的以太网驱动程序,已在SPCE61上调试通过...
基于凌阳系列单片机的以太网驱动程序,已在SPCE61上调试通过-Sunplus series based on single-chip Ethernet driver has been SPCE61 debugging through
- 2022-07-05 08:56:13下载
- 积分:1
-
i2c to os/2
i2c到os/2
- 2022-04-26 19:27:21下载
- 积分:1
-
图形点阵型LCD控制芯片ST7565R驱动程序,点亮全屏,并显示相关图片信息,已通过测试...
图形点阵型LCD控制芯片ST7565R驱动程序,点亮全屏,并显示相关图片信息,已通过测试-Graphic point of formation LCD controller chip ST7565R driver, lit full-screen, and display the relevant image information, has been tested
- 2022-05-14 23:29:52下载
- 积分:1
-
RJ45连接器包Protel PCB库
RJ45接头的Protel PCB封装库-RJ45 connectors package Protel PCB Library
- 2022-02-04 01:37:05下载
- 积分:1
-
单片机与嵌入式系统教材简介.pdf
单片机与嵌入式系统教材简介.pdf-microcontroller and embedded systems briefing materials. Pdf
- 2022-02-07 12:47:12下载
- 积分:1
-
一个25045看门狗读写程序,可以当EEPROM用哦!
一个25045看门狗读写程序,可以当EEPROM用哦!-a watchdog 25,045 readers procedures, EEPROM can be used when Oh!
- 2022-07-03 20:26:30下载
- 积分:1
-
超声波测距的源代码,已以SPCE61上调试通过。
超声波测距的源代码,已以SPCE61上调试通过。-Ultrasonic Distance Measurement of source code, has been adopted SPCE61 debugging.
- 2022-10-14 08:50:02下载
- 积分: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