-
具有固定的“红灯―绿灯”转换间隔,并自动切换。它们一般由“通行与禁止时间控制显示、红黄绿三色信号灯和方向指示灯”三部分组成。在交通灯的通行与禁止时间控制显示中,...
具有固定的“红灯―绿灯”转换间隔,并自动切换。它们一般由“通行与禁止时间控制显示、红黄绿三色信号灯和方向指示灯”三部分组成。在交通灯的通行与禁止时间控制显示中,通常要么东西、南北两方向各50秒;要么根据交通规律,东西方向60秒,南北方向40秒,时间控制都是固定的。交通灯的时间控制显示,以固定时间值预先“固化”在单片机中,每次只是以一定周期交替变化。-having fixed the "red light-green light" switch partitions, and automatic switching. They are generally from "prohibiting access and time control, red-yellow-green lights and direction indicator" is composed of three parts. Traffic lights in the passage of time and prohibit control indicates that things are usually either the north-south direction of the two 50 seconds; either on the basis of traffic laws, an east-west direction 60 seconds, 40 seconds north-south direction, the time control are fixed. Traffic lights to the time control, a pre-fixed time value "cured" in SCM, each is a certain cycle alternation.
- 2022-01-25 16:49:25下载
- 积分:1
-
S-35390A是可以在超低消耗电流、宽工作电压范围内工作的2线CMOS实时时钟IC。工作电
压为1.3 ~ 5.5 V、可适用于从主电源电压到备用电池电压的宽幅电源电压。通过0.25 μA的计
时消耗电流和宽范围的计时电源电压,可大幅度地改善电池的持续时间。在使用备用电池工
作的系统中,内置的自由寄存器可作为用户备用存储器来使用。在主电源切断前存储在寄存
器中的信息,可在电压恢复后的任何时候读出。
本产品因为内置了时钟校正功能,所以可以在很宽的范围内校正因振荡电路的频率偏差所导
致的时钟数据的提前或滞后。通过此功能和温度传感器的结合,可根据温度变化来对时钟进
行校正,从而实现不受环境温度影响的高精度的计时功能-err
- 2022-03-11 19:09:40下载
- 积分:1
-
飞思卡尔单片机MC9SDG128B的计数器源程序,用于速度测量中脉冲个数统计,可以实现速度测量,路程测量等。...
飞思卡尔单片机MC9SDG128B的计数器源程序,用于速度测量中脉冲个数统计,可以实现速度测量,路程测量等。-Freescale" s single-chip counters MC9SDG128B source for the pulse velocity measurement in the number of statistics, can achieve the speed measurement, distance measurement.
- 2023-04-10 19:40:04下载
- 积分:1
-
PICC9.60PL5 PRO version of the very new.
PICC9.60PL5 PRO版,很新的了。-PICC9.60PL5 PRO version of the very new.
- 2022-01-24 18:17:59下载
- 积分:1
-
8051f02x 单片机的实用排序子程序。
8051f02x 单片机的实用排序子程序。-Singlechip 8051f02x practical sort subroutine.
- 2022-12-18 01:00:04下载
- 积分:1
-
单片机应用PS/2键盘的实例,本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。
[注:AT89x51使用12M或11.0592M晶振,...
单片机应用PS/2键盘的实例,本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。
[注:AT89x51使用12M或11.0592M晶振,实测使用11.0592M]
[Keil uV2 7.01编译运行通过 程序中没有做键盘数据的奇偶校验]-SCM application PS/2 keyboard example, the learning process only reference source, not used for commercial purposes, if necessary please contact the author. [Note : AT89x51 use 12M or 11.0592M crystal, the measured use 11.0592M] [Keil uV2 7.01 compiler running through the procedure done keyboard data parity]
- 2022-08-19 23:50:30下载
- 积分:1
-
一种实用的汉字字模生成软件单片机液晶显示(源码),..
一个实用的单片机显示液晶用汉字字模生成软件(非源码),非常实用,可生成C51或汇编格式。-a practical LCD MCU with Chinese characters Fonts generation software (FOSS), a very practical, or can be generated C51 compilation format.
- 2022-11-07 06:15:03下载
- 积分:1
-
开发硬件电路需要用到液晶显示模块1602的用户必备。调试实验源程序第五部分。...
开发硬件电路需要用到液晶显示模块1602的用户必备。调试实验源程序第五部分。-Hardware needed to develop liquid crystal display module 1602 required the user. Part V of the experimental source code debugging.
- 2022-01-26 04:21:57下载
- 积分:1
-
89C52单片机12M晶振下DS18B20温度传感器测量温度应用子程序源码...
89C52单片机12M晶振下DS18B20温度传感器测量温度应用子程序源码-89C52 microcontroller 12M under DS18B20 crystal temperature sensor temperature measurement applications subroutine FOSS
- 2023-04-14 08:20:04下载
- 积分:1
-
这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制...
这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。-This is a typical PID process, as in the use of SCM control cpu, please slightly simplified, specific PID parameters to be specific targets identified by experiments. As SCM processing speed and ram resource constraints, generally do not use floating-point operations, and will use all the parameters of all integers, and the final calculations to divide one of the Nth 2 data (the equivalent displacement), will count for a similar operation, it will greatly increase the computing speed, control Accuracy of different requirements and high precision, displacement caused reservations to the attention of the "I", which I do several compensation. This procedure is commonly used algorithm pid the basic structure does not include input and output processing.
- 2022-03-19 08:10:44下载
- 积分:1