-
ads7843是一款4线电阻式触摸芯片,可以制成触摸屏,经调试绝对好用!...
ads7843是一款4线电阻式触摸芯片,可以制成触摸屏,经调试绝对好用!-ads7843 is a four-lane chip resistor touch, touch screen can be made, absolutely useful debugging!
- 2022-01-26 06:03:32下载
- 积分: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
-
89c51的t6963驱动程序 图形写入方式,直接数据水平及垂直方向坐标,并将字库代码地址写入dptr便可使用。 作者:周长盛...
89c51的t6963驱动程序 图形写入方式,直接数据水平及垂直方向坐标,并将字库代码地址写入dptr便可使用。 作者:周长盛-89c51 the driver graphics writing, direct data horizontal and vertical coordinates of the direction and character code addresses will be used to write dptr. Author : Zhou Changsheng
- 2022-05-30 01:32:04下载
- 积分:1
-
8051的测控问题分析,有A/D、D/A、开关量接口
8051的测控问题分析,有A/D、D/A、开关量接口-8051 Analysis of the telemetry, A/D, D/A, Switch Interface
- 2022-06-21 08:35:23下载
- 积分:1
-
vhjhkjhjkj,mnbjk
vhjhkjhjkj,mnbjk
- 2022-03-07 21:40:13下载
- 积分:1
-
ds18b20的程序,经过测试可以使用分享一下
ds18b20的程序,经过测试可以使用分享一下-DS18B20 procedures tested can use to share
- 2022-06-16 00:02:44下载
- 积分:1
-
本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用...
本程序主要通过外部中断INT0及3.3端口读取PS2键盘值并通过LCD1602显示,键扫描码的解码通过数组方式解码,程序的解码功能主要针对数字及大小写字母和常用标点符号
硬件描述:PS2键盘的时钟线(clk)接89S51的INT0(P3.2),数据线data接(P3.3)
LCD的控制端口分别为: RS = P2^7,RW = P2^6,EP = P2^5,数据端口为P0,液晶显示偏压VL必须接
-This procedure mainly through external interrupt INT0 and 3.3 read PS2 keyboard port value through LCD1602 display, key scan code decoder way through an array of decoding, the procedure for decoding function of the major figures and upper and lower case letters and punctuation marks commonly used hardware description: PS2 keyboard clock line (clk) then 89S51 the INT0 (P3.2), data lines data access (P3.3) LCD control port, respectively: RS = P2 ^ 7, RW = P2 ^ 6, EP = P2 ^ 5, data ports for the P0, LCD bias VL must be received
- 2022-03-05 07:16:47下载
- 积分:1
-
用AVR单片机Mega16控制的1602液晶屏显示
用AVR单片机Mega16控制的1602液晶屏显示-Mega16 with AVR-controlled single-chip LCD screen display 1602
- 2022-07-16 00:22:39下载
- 积分:1
-
微处理器驱动的过程,是基于个人的努力直接还原铁的使用…
单片机驱动硬盘程序,使用过程中要根据个人硬盘情况加以修改-Microprocessor drives, the use of the process to be based on individual hard drives of the modified
- 2023-06-09 04:25:03下载
- 积分:1
-
EEPROM24c16读写程序,需要的可以参考一下
EEPROM24c16读写程序,需要的可以参考一下-EEPROM24c16 read and write procedures, needed for reference
- 2022-10-28 01:00:04下载
- 积分:1