-
8279与单片机接口
8279与单片机接口
8279与单片机接口
8279与单片机接口
- 2022-06-16 03:09:16下载
- 积分:1
-
基于Philips LPC2104芯片,针对Pixel+ 30万象素摄像头的控制程序
基于Philips LPC2104芯片,针对Pixel+ 30万象素摄像头的控制程序-chips based on Philips LPC2104 against Pixel+ 300,000 pixel camera control procedures
- 2022-04-19 01:59:17下载
- 积分:1
-
用汇编语言实现数据采集,数据显示,数据通信(2543,7279等芯片),是我做的毕设题目...
用汇编语言实现数据采集,数据显示,数据通信(2543,7279等芯片),是我做的毕设题目-assembly language for data acquisition, data, data communications (2543,7279 chip), I do BI located topic
- 2022-03-29 20:31:31下载
- 积分:1
-
MS-51高级应用程序库,欢迎大家下载分享下载,交流,-MS-51 high-level application library, welcome to download share download, exchange,
- 2022-04-23 18:05:05下载
- 积分:1
-
avr1602源程序 avr1602源程序
avr1602源程序 avr1602源程序-avr1602 source avr1602 source
- 2022-07-16 04:18:10下载
- 积分:1
-
uCOS
uCOS-II的移植代码 for8051 里面详细介绍了移植代码的注释-uCOS-II code for8051 transplantation inside details of the code transplant Notes
- 2023-03-15 09:45:03下载
- 积分:1
-
使用msp430f5438UART的IRDA编码解码功能实现红外收发
使用msp430f5438UART的IRDA编码解码功能实现红外收发-msp430f5438 IRDA
- 2022-04-19 05:44:08下载
- 积分:1
-
图像识别模组由光学镜头、CMOS传感器(SPCA561A)、图像处理芯片(SPCA563A)组成。 SPCA563A分析和处理SPCA561A传过来的图像信号,...
图像识别模组由光学镜头、CMOS传感器(SPCA561A)、图像处理芯片(SPCA563A)组成。 SPCA563A分析和处理SPCA561A传过来的图像信号,并得出相应的信息(颜色、形状等等)。此模组接口简单,应用方便,容易与 MCU 结合使用,我们下面将要介绍的 Demo 就是其与SPCE061A结合的例子。 -Image recognition module by the optical lens, CMOS sensor (SPCA561A), image processing chip (SPCA563A) component. SPCA563A analysis and treatment SPCA561A Chuan-up image signal, and came to the corresponding information (color, shape, etc.). This module interface is simple, convenient, easy to used in conjunction with the MCU, we introduce the following to be the Demo is its combination with SPCE061A example.
- 2022-08-16 15:54: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
-
此程序能实现PIC16F877A与D12实现USB通讯,能正确被主机识别
此程序能实现PIC16F877A与D12实现USB通讯,能正确被主机识别-This process can realize PIC16F877A with D12 realize USB communications, were able to correctly identify the host
- 2022-03-30 06:52:36下载
- 积分:1