搜索资源列表
s3c44b0daima
- 该压缩包为ARM S3C44B0的源代码,含有5个程序。分别为按键控制LED,PWM脉冲宽度调制,RTC实时时钟,UART串口通信,DMA直接内存存取等5个实验的源代码。代码以C语言为主,辅以部分ARM汇编指令。该实验开发平台为S3C44B0板,开发工具为ADS1.2.
PCmachine
- 单片机串行通信发射机采用串行工作方式,发射并显示两位数字信息,既显示00-99,使数据能够在不同地方传递。硬件部分主要分两大块,由AT89C51和多个按键组成的控制模块,包括时钟电路、控制信号电路,时钟采用6MHZ晶振和30pF的电容来组成内部时钟方式,控制信号用手动开关来控制,P1口来控制,P2、P3口产生信号并通过共阳极数码管来显示,软件采用汇编语言来编写,发射程序在通信协议一致的情况下完成数据的发射,同时显示程序对发射的数据加以显示。
io_driver
- 1602 lcd 显示驱动 与按键监测 控制口 rs=P0^7 rw=P3^3 sbit ep=0xc4 数据接口 P2 24M时钟 显示范围为 0~9 A~Z a~z : - / < > . 按键 P1 共计16个按键键值1~16 返回0表示无键入 -1602 lcd display driver with key monitoring and control port rs = P0 ^ 7 rw = P3 ^ 3 sbit ep = 0x
clock
- 通过按键调时的时钟,可加可减。可扩展万年历,星期,闹钟。等等。-set time by buttons
5
- 用定时器实现月、日、时、分和秒计时并通过按键控制在LED上分别显示。同时在超级终端上显示。可以通过小键盘设置时间,在数码管上显示。在计算机超级终端中可以对开发板上定时器的时钟进行设置。 -Using Timer month, day, hour, minutes and seconds time control by button LED display, respectively. At the same time show at the Super Terminal. Can set
timershow
- 用定时器实现月、日、时、分和秒计时并通过按键控制在LED上分别显示。同时在超级终端上显示。可以通过小键盘设置时间,在数码管上显示。在计算机超级终端中可以对开发板上定时器的时钟进行设置。 -Using Timer month, day, hour, minutes and seconds time control by button LED display, respectively. At the same time show at the Super Terminal. Can set
shizhong
- 电子时钟,没有使用时钟芯片,全部用单片机编程实现,已经实现基本功能,可以显示时间,日期,星期等,并用四个按键设置时间等-Electronic clock, the clock chip is not used, all with a microcontroller programming, the basic function has been achieved, can display time, date, week, etc., and set the time with four but
Text1
- 基于ds1302 的日历时钟 采用LCD1602显示,4按键-clock
S3C44B0Xtest
- 本代码文件是S3C44B0X板的测试程序,包括汇编初始化文件和C语言测试代码。 汇编代码主要完成系统初始化,包括: 禁止看门狗; 禁止所有中断; 初始化存储器(包括SDRAM); 设定锁相环倍频; 使能所有单元模块时钟; 初始化堆栈; 设置中断等等 C语言代码主要是应用代码,包括: 设置使用指令缓存; 修改系统主时钟为32MHz; IO端口功能、方向设定; 初始化中断; 初始化DMF50081液晶模块; 蜂鸣器测试; 液
AT91SAM7X256-PMC-IAR
- 程序说明: 一、开发环境 1、开发板:AT91SAM7X256 -EK 2、仿真器:SAM-ICE(ATMEL) 3、开发软件:IAR4_30A-1_2(IAR) 二、程序功能 1、程序目的:介绍AT91SAM7X256 PWC的基本用法: 2、 功能说明: 1)、通过PWC设置系统时钟 2)、通过PWC设置各外设时钟 3)、通过PWC的可编程外部时钟信号PCK0输出4.608M时钟 3)、进入空闲模式 三、开发板设置 1、依
RTC
- 51单片机的1302+1602+18b20的时钟显示 有按键调整 和时钟电源持续供电-51 SCM 1302+1602+18 b20 with keys to adjust the clock display and clock power supply power continuously
shizhong
- 自己用C语言编写的时钟 1602lcd显示 自己接lcd1602 和四个按键就可以实验 -clock
shizhong
- 功能有时钟,年月日,秒表,闹钟,四个按键可调,设置时间,年月日,切换,调大调小-Calendar: function clock, year, month date, stopwatch, alarm clock, four buttons adjustable, set the time, years on, switch, transfer major small
18b20duodaianjiance
- 利用三个ds18b20检测不同地方的温度,并在12864lcd上显示,lcd同时具有时钟的功能,可利用按键调节时间,同时可利用按键设定温度值报警-Detected using three different places ds18b20 temperature, and 12864lcd display, lcd also has the function of the clock can be used to adjust the key time and temperature values
EXAMPLE4.3
- PIC16887A单片机RA4接一个按键,要求每按一下按键S1,必须进入中断,在中断中让LED闪亮。即使用时钟中断来实现不带中断的按键实现中断。-PIC16887A SCM RA4 by one button, click the button for each requirement S1, must enter an interrupt, the interrupt enable LED flashes. That the use of clock interrupts to impleme
Example
- 嵌入式 中断例程 包括延时时钟设计 数字显示设计 可以通过外部按键接收中断完成相应操作-Interrupt routine including the delay clock embedded design digital display design can be completed by the corresponding external interrupt key receiver operating
clock
- 基于MSP430F149的时钟程序,采用定时器中断实现,可以通过按键调节,并且时间通过1602显示-Based on MSP430F149 clock program, the timer interrupt implemented, through the keys, and time through adjusting 1602 display
94-DS1302
- 内容:DS1302实时时钟数码管显示,只显示时间。并通过2个按键加减小时、分钟,其他参数调节自行添加-Content: DS1302 real time clock digital display, only time. Addition and subtraction by two key hours, minutes, add other parameters adjust themselves
Mega16_RTCC
- AVR实时时钟,并可按键设置,LCD12864显示-AVR real time clock, and button, LCD12864 display
mbzd
- 秒表时钟,实时时钟,能通过按键调整时间进行时分秒的加减调整,并整点报时。通过中断实现其功能。-Stopwatch clock, real-time clock, every minute of addition and subtraction through the buttons to adjust the time adjustment, and the whole point of time. Interrupt its function.