-
简单的AVR单片机的脉冲发生器
Simple AVR impulse generator
- 2022-03-20 23:18:00下载
- 积分:1
-
MSP430系列16位超低功耗单片机原理与应用
MSP430系列16位超低功耗单片机原理与应用 -MSP430系列16位超低功耗单片机原理与应用MSP430系列16位超低功耗单片机原理与应用
- 2022-01-27 15:26:20下载
- 积分: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
-
单片机模拟串行通讯程序at89c2051串口,经KEIL测试OK。
单片机模拟串行通讯程序at89c2051串口,经KEIL测试OK。-microcontroller simulation serial communication program at89c2051 serial, KEIL tests OK.
- 2022-11-13 04:10:03下载
- 积分:1
-
freescale hc12_A512例程
freescale hc12_A512例程-Freescale hc12_A512 routines
- 2022-07-12 09:19:40下载
- 积分:1
-
8MHz with auto
8MHz,FLL+自动校准。
- 2022-04-12 10:09:08下载
- 积分:1
-
C51 microcontroller meter download test procedures for the internal procedures m...
C51单片机电表程序下载测试程序,用于电表的内部程序下载-C51 microcontroller meter download test procedures for the internal procedures meter Download
- 2023-05-02 18:00:04下载
- 积分:1
-
msp430F149 UART模块程序,很好用
msp430F149 UART模块程序,很好用-msp430F149 UART module procedures, good use
- 2022-02-09 20:37:38下载
- 积分:1
-
这是一个GPS方面的资料,可供想在嵌入式方面编程的人员参考...
这是一个GPS方面的资料,可供想在嵌入式方面编程的人员参考-This is a GPS information, can be like in the embedded programming staff members
- 2023-02-08 16:05:04下载
- 积分:1
-
44780字符液晶屏驱动演示程序总线方式
44780字符液晶屏驱动演示程序总线方式-44,780 Character LCD Driver Bus Demonstration Program
- 2022-01-24 08:54:56下载
- 积分:1