搜索资源列表
-
0下载:
8051单片机的定时器0的控制程序,通过这个程序可以方便对定时器进行控制-8051 timers 0 control procedures, this procedure can facilitate the timer control
-
-
0下载:
8051单片机的定时器1的控制程序,通过调用这个程序很容易实现对定时器的操作-8051 of a timer control procedures, by calling this procedure is easy to achieve the right to operate the timer
-
-
0下载:
ADuC812是美国AD公司推出的高性能单片机,具有集成度高、资源丰富等特点。
(1) 基于8051的内核,指令系统与8051兼容,额定工作频率12MHz。
(2) 8KB片内闪速/电擦除程序存储器 640B片内闪速/电擦除数据存储器 256B片内数据RAM。
(3) 3个16位的定时器/计数器 32根可编程I/O线 9个中断源,2个优先级。
(4) 1个8通道,高精度12位ADC 2个12位电压输出DAC。
(5) 1个片内温度传感器。
(6) 采用3V、5V电压工作
-
-
0下载:
8051单片机包含中央处理器、程序存储器(ROM)、数据存储器(RAM)、定时/计数器、并行接口、串行接口和中断系统等几大单元及数据总线、地址总线和控制总线等三大总线,现在我们分别加以说-8051 contains the CPU, program memory (ROM), data memory (RAM), timer/counter, parallel port, serial port and interrupt system, several modules and data bus
-
-
0下载:
本代码提供8051单片机的经典基础程序,主要有定时器0、定时器1的使用,延时函数的编写,发光二极管的跑马灯程序。-The code provides the basis of the classic 8051 program, there are timer 0, timer 1, the use of the preparation delay function, LED marquee program.
-
-
0下载:
8081单片机实验程序,利用I2C总线与ZLG7290通信,可使其输出时间与日期,利用按键切换,P1.6为SCL,P1.7为SDA,RST和INT接8051的P1.0和INT0口-8081 microcontroller test program, using the I2C bus communication with ZLG7290 can be made out time and date, using keys to switch, P1.6 for the SCL, P1.7 for
-
-
0下载:
此程序利用汇编语言实现定时器及计数器的应用,目的为:1.熟悉 8051 的 T0 作为定时器的设置及使用方法;2.掌握 T0 作为计数器的软件设计方法-This program makes use of assembly language to achieve the application of timer and counter
-
-
0下载:
此程序利用汇编语言实现定时器及计数器的应用,目的为:1.熟悉 8051 的 T0 作为定时器的设置及使用方法;2.掌握 T0 作为计数器的软件设计方法。-This program makes use of assembly language to achieve the application of timer and counter
-
-
0下载:
在使用12MHz晶振的条件下,由8051内部定时器1按方式1工作,即作为16位定时器使用,每0.05秒钟T1溢出中断一次。P1口的P1.0~P1.7分别接发光二极管的L1~L8。(用连线连接J2、J3)。
要求:编写程序模拟一循环彩灯。彩灯变化花样为:①L1、L2、…L8依次点亮;②L1、L2、…L8依次熄灭;③L1、L2、…L8全亮、全灭。各时序间隔为0.5秒。让发光二极管按以上规律循环显示下去。
编写一个救护车警笛声程序,要求:高低两种音调交替出现,交替周期1~1.5S。-Condi
-