-
LCD driver source, the microcontroller is AT89C52.
这是JHD19264液晶显示器的驱动源程序,单片机采用的是AT89C52.-LCD driver source, the microcontroller is AT89C52.
- 2022-08-15 01:14:47下载
- 积分:1
-
MSP单片机开发应用实例,适用于任何型号
MSP单片机开发应用实例,适用于任何型号-MSP development and application of single-chip example, apply to any model
- 2022-01-28 16:00:06下载
- 积分:1
-
我自己在别人基础上改写的MSP430F410_2部分的汇编代码,希望能对大家有所帮助...
我自己在别人基础上改写的MSP430F410_2部分的汇编代码,希望能对大家有所帮助-myself in other people rewritten on the basis of the compilation MSP430F410_2 part of the code, we hope to help
- 2022-11-29 16:25:04下载
- 积分:1
-
SD2000 clock chip to read and write procedures
SD2000时钟芯片读写程序-SD2000 clock chip to read and write procedures
- 2023-04-28 00:15:03下载
- 积分:1
-
单片机与PS2键盘相连的应用,可以分大小写输入,通过1602液晶将字符显示出来...
单片机与PS2键盘相连的应用,可以分大小写输入,通过1602液晶将字符显示出来-SCM and PS2 keyboard connected applications, can be divided into upper and lower case input, through the 1602 LCD will be displayed characters
- 2022-07-23 04:01:30下载
- 积分:1
-
Experimental procedures BTF020 development board comes with
BTF020实验程序-1 btf020开发板自带-Experimental procedures BTF020 development board comes with-1 btf020
- 2023-05-31 01:20:03下载
- 积分:1
-
led16*16点阵显示加protuse仿真
led16*16点阵显示加protuse仿真-led16* 16 dot matrix display simulation protuse increase
- 2022-04-28 05:51:03下载
- 积分:1
-
tpup
TPup-40A打印机及T6963驱动程序-TPup-40A printer and T6963 driver
- 2022-08-13 11:17:07下载
- 积分:1
-
用ARM 开发板写的程序 12864的显示程序
请声明版权 不负责后果...
用ARM 开发板写的程序 12864的显示程序
请声明版权 不负责后果-ARM development boards with written procedures for the 12,864 procedures please indicate copyright statement is not responsible for the consequences
- 2023-01-10 07:15:04下载
- 积分: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