-
C51单片机的非常好的实例,播放音乐,好好学习
C51单片机的非常好的实例,播放音乐,好好学习-C51 MCU very good example of music, to learn
- 2022-02-03 17:58:37下载
- 积分: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
-
脉冲宽度的测量,利用1602液晶显示,和4*4键盘输入,AT89C52单片机控制,实现对长脉冲宽度的测量...
脉冲宽度的测量,利用1602液晶显示,和4*4键盘输入,AT89C52单片机控制,实现对长脉冲宽度的测量-Pulse width measurement, the use of liquid crystal display 1602, and 4* 4 keyboard input, AT89C52 single-chip control, realize the long pulse width measurement
- 2022-01-23 10:18:35下载
- 积分:1
-
AD9850的一个实际例子 一般可用于DDS数字合成技术
AD9850的一个实际例子 一般可用于DDS数字合成技术
- 2022-04-15 05:41:26下载
- 积分:1
-
单片机C语言编程与实例代码,使用keil程序…
《单片机C语言编程与实例》的代码,使用keil编程环境,供大家参考- Microcontroller C programming language and examples of code, using keil programming environment, for your reference
- 2022-01-25 19:39:52下载
- 积分:1
-
我上传的是单
本人上传的是 单片机 蜂鸣器奏乐(生日快乐).asm 源代码
-I uploaded is the single-chip buzzer music (happy birthday). Asm source code
- 2022-05-17 00:18:48下载
- 积分:1
-
- 2022-07-16 19:44:51下载
- 积分:1
-
stc单片机头文件,不需要再修改仿真软件就可以用
stc单片机头文件,不需要再修改仿真软件就可以用-STC Singlechip header files, no need to amend the simulation software can be used
- 2022-03-04 04:59:22下载
- 积分:1
-
uip源代码(for 8/16位单片机)
uip源代码(for 8/16位单片机)-East source code (for 8/16-bit microcontroller)
- 2022-04-28 23:32:32下载
- 积分:1
-
这是原创的基于PIC单片机的红外数据传送的接口程序包
这是原创的基于PIC单片机的红外数据传送的接口程序包-This is the original PIC microcontroller-based infrared data transmission interface package
- 2022-10-04 20:15:03下载
- 积分:1