-
本程序是4位七段显示、3x3键扫实验,正确无误。
本程序是4位七段显示、3x3键扫实验,正确无误。-4 This procedure is the seventh show, 3x3 keys sweep experiments are correct.
- 2023-08-08 21:00:03下载
- 积分:1
-
自动交通管理系统 用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮...
自动交通管理系统 用红、绿、黄三支共两组发光二极管表示交通信号灯,利用单片机模拟有时间显示的定时交通信号灯控制管理。信号灯的变化规律可如下: 1)放行线:绿灯亮放行25秒,黄灯亮警告5秒,然后红灯亮禁止。 2)禁止线:红灯亮禁止30秒,然后绿灯亮放行。 3)当某一方向的红灯亮时,若该方向有车通过,则用扬声器声报警。(撞红灯信号可用3-5V模拟量表示) 同时用2位数码管进行30秒钟递减时间显示。-automatic traffic management system using red, green, yellow a total of three light-emitting diodes, said two traffic lights, using SCM time simulation shows the regular traffic signal control. Signal changes in the law to be as follows : 1) Release Line : green clearance 25 seconds, bright yellow warning five seconds, and then the red-ban. 2) prohibit the lines : red-Ban 30 seconds, then green clearance. 3) When the red light in one direction- that if the direction of a car passed, the use of loudspeakers sound alarm. (Red light signals can hit 3- 5V analog said), while using two digital tube for 30 seconds decreasing time displayed.
- 2022-01-20 23:00:09下载
- 积分:1
-
The program module contains the wireless transceiver module NREF905 all the feat...
该程序模块包含无线收发模块 NREF905的所有功能库函数 本库函数与外部函数接口简单易用且代码规范简洁-The program module contains the wireless transceiver module NREF905 all the features of library functions of the library function and the external function interface is simple and concise code norms
- 2023-07-15 13:05:02下载
- 积分:1
-
控制电机运动的G代码程序,如果对G代码不清楚,请先看懂G代码,然后再看本程序....
控制电机运动的G代码程序,如果对G代码不清楚,请先看懂G代码,然后再看本程序.-Control motor movement, G code program, if the G code is not clear, please understand G code, and then look at the procedures.
- 2023-09-08 17:15:03下载
- 积分:1
-
该程序为基于51单片机的步进电机控制程序,经调试可行
该程序为基于51单片机的步进电机控制程序,经调试可行-51 microcontroller-based stepper motor control procedures, testing feasible
- 2022-05-22 13:21:26下载
- 积分:1
-
The sixth issue of SRTP
第六期SRTP-基于AT89C52的智能温控仪设计,可以当作课程设计,-The sixth issue of SRTP-based temperature controller AT89C52 intelligent design, can be used as curriculum design,
- 2022-02-26 15:19:47下载
- 积分:1
-
PIC12C5XX单片机应用举例,汇编语言编写
PIC12C5XX单片机应用举例,汇编语言编写-PIC12C5XX SCM application, for example, the compilation of language
- 2022-04-29 22:41:09下载
- 积分:1
-
sd卡的读写程序,可以供需要研究sd卡应用项目的朋友参考。
sd卡的读写程序,可以供需要研究sd卡应用项目的朋友参考。-sd card reader program, you may need to study the sd card applications for the project a friend for reference.
- 2023-02-14 02:10:04下载
- 积分:1
-
犯错
红外解码程序主要工作为等待红外线信号出现,并跳过引导信号,开始收集连续32位的表面数据,存入内存的连续空间。位信号解码的原则是:以判断各个位的波宽信号来决定高低信号。位解码原理如下:
解码为0:低电平的宽度0.56ms+高电平的宽度0.56ms。
解码为1:低电平的宽度1.68ms+高电平的宽度0.56ms。
程序中必须设计一精确的0.1ms延时时间作为基础时间,以计数实际的波形宽度,若读值为5表示波形宽度为0.5ms,若读值为16表示波形宽度为1.6ms,以此类推。高电平的宽度1.12ms为固定,因此可以直接判断低电平的宽度的计数值5或时16,来确定编码为0或是1。程序中可以减法指令SUBB来完成判断,指令“SUBB A,R2”中若R2为计数值,A寄存器设为8,就可如下:
当“8-R2”有产生借位,借位标志C=1,表示编码为1。
当“8-R2”无产生借位,借位标志C=0,表示编码为0。
将借位标志C经过右移指令“RRC A”转入A寄存器中,再经由R0寄存器间接寻址存入内存中。
-err
- 2022-08-22 12:44:29下载
- 积分:1
-
This is the procedure used DS1302 is also used in vehicle lubrication system con...
这个是用DS1302的程序,也是用于车辆润滑系统的控制器,非常好用啊,非常好用哦-This is the procedure used DS1302 is also used in vehicle lubrication system controller, ah very useful, very easy to use, oh
- 2022-06-03 06:55:42下载
- 积分:1