-
PIC18F4550_Cdc PIC18F4550_Cdc
PIC18F4550_Cdc PIC18F4550_Cdc
- 2022-06-29 12:35:47下载
- 积分:1
-
sony_ericsson GM47 /中国GR47 AT命令手册,
Sony_Ericsson GM47 /gr47 AT指令中文手册,-Sony_Ericsson GM47/Chinese gr47 AT command manuals,
- 2022-02-22 03:45:24下载
- 积分:1
-
矢量变频器实现源码,用日本瑞莎单片机实现,具极强的实用价值...
矢量变频器实现源码,用日本瑞莎单片机实现,具极强的实用价值-Vector frequency converter source code, with Japan" s Renesas MCU implementation, with strong practical value
- 2022-07-09 23:04:41下载
- 积分:1
-
介绍了液晶显示模块基本原理及其技术特性,与单片机的进行接口的具体电路,同时给出了其编程方法和程序代码....
介绍了液晶显示模块基本原理及其技术特性,与单片机的进行接口的具体电路,同时给出了其编程方法和程序代码.-Introduced the basic principles of liquid crystal display module and its technical characteristics, and MCU interface to the specific circuit, at the same time gives the methods and procedures of its programming code.
- 2022-01-25 16:29:00下载
- 积分:1
-
Microcontroller program source code to configure the AD converter serial communi...
单片机程序源代码 AD转换 串口通讯 定时器配置 端口配置 延时 I2C通讯 UART串口,KEIL开发环境
-Microcontroller program source code to configure the AD converter serial communication port configuration latency timer I2C communications UART serial port, KEIL Development Environment
- 2022-02-03 06:31:52下载
- 积分:1
-
C51
C51-ASM――
单片机的原代码,没有密码。-C51-ASM- SCM original code, there is no password.
- 2022-03-04 09:59:50下载
- 积分:1
-
单片机子程序 对初学者的课程设计应该会有些帮助^o^
单片机子程序 对初学者的课程设计应该会有些帮助^o^-SCM subroutine for beginners courses should be designed to be helpful ^ o ^
- 2023-01-18 13:15:03下载
- 积分:1
-
C8051f020在CGM12864B点阵液晶模块上显示两个位图及两个汉字
C8051f020在CGM12864B点阵液晶模块上显示两个位图及两个汉字-C8051F020 in CGM12864B dot matrix LCD module display two bitmaps and two Chinese characters
- 2022-05-31 12:16:33下载
- 积分: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
-
51单片机模拟I2C总线的C语言实现
51单片机模拟I2C总线的C语言实现-51 microcontroller simulation I2C Bus C Language
- 2022-03-21 11:31:24下载
- 积分:1