-
51 plates commonly used procedures, including infrared, 12864,1602, AD, DA, 18B2...
51板的常用程序,包括红外、12864、1602、AD、DA、18B20等-51 plates commonly used procedures, including infrared, 12864,1602, AD, DA, 18B20, etc.
- 2022-07-21 05:07:39下载
- 积分:1
-
introduced a detailed account of the use of English. Support higher Keil c versi...
介绍keil c使用的详尽说明,英文版。可以支持较高的keil c版本-introduced a detailed account of the use of English. Support higher Keil c version
- 2022-05-17 17:53:32下载
- 积分:1
-
大容量flash存储芯片nx25p40/80/16/32的单片机驱动程序,容量可以达到512K字节,1M字节,2M字节,4M字节。时钟速度可达50M。...
大容量flash存储芯片nx25p40/80/16/32的单片机驱动程序,容量可以达到512K字节,1M字节,2M字节,4M字节。时钟速度可达50M。-large-capacity flash memory chips nx25p40/80/16/32 SCM Driver , the capacity could reach 512 K bytes, 1M byte, 2M byte, 4M bytes. Clock speeds of up to 50 M.
- 2022-03-25 04:17:01下载
- 积分:1
-
基于80c51的半双工红外发射程序,带键盘可修改发射内容
基于80c51的半双工红外发射程序,带键盘可修改发射内容
- 2022-08-22 13:21:46下载
- 积分:1
-
ST736单片机,驱动液晶芯片HT1623
ST736单片机,驱动液晶芯片HT1623-ST736 MCU, LCD driver chip HT1623
- 2022-04-24 09:34:18下载
- 积分:1
-
串行E2PROM存储器驱动程序,包括I2C接口和SPI接口。
串行E2PROM存储器驱动程序,包括I2C接口和SPI接口。-serial E2PROM-driven procedures, including I2C interface and SPI interface.
- 2022-01-27 18:03:23下载
- 积分:1
-
TC35控制继电器源代码 供大家参考使用
TC35控制继电器源代码 供大家参考使用-TC35 Control Relay source code for your reference
- 2023-01-11 22:30:04下载
- 积分:1
-
51单片机软件滤波方法,全部用汇编语言编写
51单片机软件滤波方法,全部用汇编语言编写-51 SCM software filtering method, all produced by the compilation of languages
- 2023-06-20 08:15:03下载
- 积分:1
-
avr单片机pwm功能的使用,本程序实现了PWM中CTC模式的要求。开发环境为icc avr。单片机atmega48...
avr单片机pwm功能的使用,本程序实现了PWM中CTC模式的要求。开发环境为icc avr。单片机atmega48-avr Singlechip use pwm function, the program achieved in PWM mode CTC requirements. Development environment for the icc avr. Singlechip atmega48
- 2022-02-14 04:48:26下载
- 积分: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