-
减肥机源程序,内带VFD彩屏HL16360驱动,采用ATMEL8L芯片
减肥机源程序,内带VFD彩屏HL16360驱动,采用ATMEL8L芯片-Slimming machine source code, which HL16360 drive with VFD color screen, using ATMEL8L chip
- 2022-05-05 20:48:23下载
- 积分:1
-
低
低成本m48+热敏电阻做多路温度报警装置显示和音乐!
- 2022-02-07 14:18:53下载
- 积分:1
-
利于省电的自动断电电路,当程序空闲时可以自动断电。应用与C51平台...
利于省电的自动断电电路,当程序空闲时可以自动断电。应用与C51平台-conducive to the power-saving auto power circuit when the program can automatically when idle power outages. Application platform with C51
- 2022-02-11 23:46:04下载
- 积分:1
-
CAN 驱动编程
CAN 驱动编程-CAN-driven programming
- 2022-07-02 13:17:02下载
- 积分:1
-
based on the AVR 8* 8 LED display system source code
基于AVR的 8*8 LED点阵显示源代码-based on the AVR 8* 8 LED display system source code
- 2022-01-24 10:15:12下载
- 积分:1
-
C语言、写的DS1820的程序 非常详细的注释
对51单片机的
C语言、写的DS1820的程序 非常详细的注释
对51单片机的 -C language, writing the DS1820 very detailed procedures for the Notes to 51 SCM
- 2022-06-26 17:04:33下载
- 积分:1
-
主要是实现I2C协议的一种方法,主要运行环境是ADS1.2
主要是实现I2C协议的一种方法,主要运行环境是ADS1.2-I2C protocol is mainly to achieve a method, the main operating environment is ADS1.2
- 2022-01-25 14:55:08下载
- 积分:1
-
AD Freescale' s Smart car driver sample code chip MC9S12XS128
飞思卡尔智能小车 AD驱动程序示例代码 芯片为MC9S12XS128-AD Freescale" s Smart car driver sample code chip MC9S12XS128
- 2022-05-19 04:55:38下载
- 积分:1
-
采用IAR在线调试ADI公司基于ARM7内核的AUUC7026的ADC程序
采用IAR在线调试ADI公司基于ARM7内核的AUUC7026的ADC程序-IAR debug using online ADI Corporation AUUC7026 based on ARM7 core of the ADC program
- 2022-06-14 20:17:09下载
- 积分: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