-
单片机多机通信,分为主机部分和从机部分。
单片机多机通信,分为主机部分和从机部分。-Single-chip multi-machine communications, the host is divided into parts and parts from the machine.
- 2022-03-23 10:01:16下载
- 积分:1
-
最新的HD7279(c语言)驱动程序含有两个按键驱动程序及测试函数,多种时钟制做...
最新的HD7279(c语言)驱动程序含有两个按键驱动程序及测试函数,多种时钟制做-latest HD7279 (c Language) driver contains two key drivers and test functions, many system clock so
- 2023-07-14 20:55:03下载
- 积分:1
-
decoder for rc5 in avr microcontrollers
decoder for rc5 in avr microcontrollers
- 2023-05-16 05:10:02下载
- 积分:1
-
51 Series Single Chip PC keyboard to achieve recognition, and in the correspondi...
51系列单片机上实现PC键盘的识别,并且在相应的LED点阵上显示结果-51 Series Single Chip PC keyboard to achieve recognition, and in the corresponding LED dot matrix display results
- 2022-08-16 01:10:55下载
- 积分: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
-
是台湾松翰公司8位单片机编程器的英文使用说明。
是台湾松翰公司8位单片机编程器的英文使用说明。-Taiwan Sonix 8-bit single-chip companies programmer for use in English.
- 2022-02-03 21:05:06下载
- 积分:1
-
读韦根26程序,将韦根26代码读取到单片机进行显示和处理
读韦根26程序,将韦根26代码读取到单片机进行显示和处理-read wiegand program
- 2023-06-23 18:35:03下载
- 积分:1
-
此为基于PT2260的无线发射程序,经过实验,可行.
此为基于PT2260的无线发射程序,经过实验,可行.
- 2022-07-26 20:10:18下载
- 积分:1
-
aduc843的c程序例子
aduc843的c程序例子-ADUC843 procedures example of c
- 2022-05-28 13:18:05下载
- 积分:1
-
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P...
5045的底层操作程序,使用时根据实际接线情况对程序中管脚定义部分做适当修改
//定义管脚
sbit SCK=P3^4 //时钟
sbit SI=P3^5 //CPU--->5045
sbit SO=P3^5 //5045-->CPU
sbit CS=P3^6 //片选
-5045 underlying operating procedure, when used in accordance with the actual situation on the process of wiring pin to do some appropriate changes to the definition// define pin sbit SCK = P3 ^ 4// clock sbit SI = P3 ^ 5// CPU-
- 2022-07-12 18:25:31下载
- 积分:1