-
93C46读写程序(EE21学习板演示程序)
93C46读写程序(EE21学习板演示程序)
-93C46 literacy program (EE21 learning demo board)
- 2022-09-09 19:45:03下载
- 积分:1
-
MSP430 F149的单片机 液晶驱动程序,便于相应计时器的操作
MSP430 F149的单片机 液晶驱动程序,便于相应计时器的操作-Microcontroller MSP430 F149 LCD driver for the operation of the corresponding timer
- 2022-12-05 19:50:03下载
- 积分:1
-
avr单片机atmega8系列芯片内部e2prom使用测试程序,本程序为示例程序,适用于初学者...
avr单片机atmega8系列芯片内部e2prom使用测试程序,本程序为示例程序,适用于初学者
-avr chip microcontroller series atmega8 e2prom internal testing procedures, the procedures for sample procedures applicable to beginners
- 2022-03-17 12:43:24下载
- 积分:1
-
基于AVR实验平台下ATMega128芯片实习作业
基于AVR实验平台下ATMega128芯片实习作业-AVR-based experimental platform operating under the ATmega128 chip attachment
- 2022-08-05 22:29:54下载
- 积分: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 VERILOG code! In Xilinx FPGA
51的VERILOG代码!适用于Xilinx的FPGA-51 VERILOG code! In Xilinx FPGA
- 2023-05-14 09:40:02下载
- 积分:1
-
DS18B20+1602 show+ proteus simulation
DS18B20+1602显示+proteus仿真-DS18B20+1602 show+ proteus simulation
- 2022-01-26 05:43:47下载
- 积分:1
-
FAT32文件系统在51单片机上实现,CPU类型是sst89c58
FAT32文件系统在51单片机上实现,CPU类型是sst89c58-FAT32 file system in the 51 SCM to achieve, CPU type is SST89C58
- 2023-05-16 06:10:02下载
- 积分:1
-
AVR单片机,mega16开发板,驱动1602液晶显示程序。
AVR单片机,mega16开发板,驱动1602液晶显示程序。-AVR single-chip, mega16 development board, the procedure-driven liquid crystal display 1602.
- 2023-04-01 13:20:04下载
- 积分:1
-
iar编译器调试msp430单片机c程序详细教程
iar编译器调试msp430单片机c程序详细教程-iar compiler debugging MCU Controller c procedures detailed guidance
- 2022-11-28 09:00:04下载
- 积分:1