搜索资源列表
DS12887时钟芯片编程
- 利用程序中的函数,来读取时钟芯片的秒、分、时、日、月、年、世纪,亦能对其设置时间日期。-procedures for the use of function, to read clock chip seconds, hours, days, months, years, centuries, but also the date of its set-up time.
tankpri2
- 以个C51编写的完整函数集,包括时钟,LCD,语音芯片-- C51 to prepare a complete function set, including clocks, LCD, voice chip
DS12887clock_c51
- 本C原程序是C51编写的美国Dallas公司推出的跨越2000年的时钟芯片DS12887/DS12C887的驱动程序,包括初始化和其他子函数,注释简单易懂。程序在KEIL下编译成功,成功应用于实践。-the C C51 original program is prepared by the United States Dallas introduced by the company in 2000 across-the clock DS12887/DS12C887 films of the dr
read8563
- 这是控制时钟芯片8563读写操作的程序,采用模拟IIC总线的方式,读写函数的入口处先初始化I2C端口为普通IO,出口处再初始化I2C端口为特殊管脚
xinDS1302
- 实时时钟模块 时钟芯片型号:DS1302 DS1302驱动函数
PCF8563
- CMOS实时时钟/日历芯片驱动函数,供初学者学习。
DS1302_
- 时钟:由于数码管是四位的,所以只能显示小时和分钟,要显示年份星期等其它信在convertion函数进行改动即可
PCF8563_for_8051
- PCF8563T串行时钟芯片的驱动程序,需要I2C总线的接口函数。-PCF8563T serial clock chip-driven process that requires I2C bus interface functions.
最新的HD7279(c语言)驱动程序
- 最新的HD7279(c语言)驱动程序含有两个按键驱动程序及测试函数,多种时钟制做-latest HD7279 (c Language) driver contains two key drivers and test functions, many system clock so
DS1302-KEY.rar
- 使用IAR编写的DS1302时钟芯片驱动和4*4矩阵按键的扫描函数,可以使用按键设置时间,采用msp430f149单片机,IAR prepared using DS1302 clock chip driver and 4* 4 matrix keypad scanning function, you can use the keys setup time, using MSP430F149 single-chip microcomputer
clock
- 在C51下编写的时钟函数,可以实现报时,更改时间等多种功能-C51 prepared in clock function, can be achieved time, change time for a variety of functions
application_of_clock
- 在C51下编写的时钟函数,可以实现报时,更改时间等多种功能-C51 prepared in clock function, can be achieved time, change the time and many other features
E-clock
- 该时钟函数包括了AT89C52、8位数码管、具有调时、闹钟等功能。所有功能的实现均使用定时器,未用时钟芯片。-The clock function, including the AT89C52, 8 bit digital tube, with a tune, the alarm clock functions. The realization of all the features are the use of timers, not by the clock chip.
miaobiao
- stc89c52 秒表 精确时钟函数 无时间上限-stc89c52 stopwatch accurate clock function without time limit
Time
- stm32f103单片机代码,time时钟函数,可以正常运行。-stm32f103 microcontroller code, timer clock function can operate normally.
STM8S内部时钟+定时器+LED
- STM8S的裸机模板,不使用库函数,包含基本外设配置,内部时钟配置、定时器配置、普通IO配置、LCD12864的驱动(STM8S bare metal template, without the use of library functions, including basic peripheral configuration, drive internal clock timer configuration, common configuration, IO configuration, LC
shizhong
- 时钟函数是单片机初学者的基础,程序员必须要掌握基本函数。(The clock function is the basis for the beginners of singlechip, and the programmer must master the basic functions.)
RTC实时时钟与农历年月日(STM32神舟I号-库函数版)
- STM32神舟1号通过RTC实现实时时钟与农历年月日实验(STM32 Shenzhou 1 realizes real time clock and lunar calendar day experiment through RTC.)
STC8_Delay
- 次代码是针对STC8系列的单片机的延时函数,使用 此代码可以直接添加调用,程序自动获取内部系统时 钟后初始化延时函数。只要是ISP软件默认的时钟频 率都可以应用(特殊频率除外) 该代码为初版,还存在很多缺陷,请各位大佬勿喷,谢谢! 注意: 次代码仅适用于STC公司最新的STC8系列单片机(Delay Function of Single Chip Microcomputer)
c51电子时钟的设计
- 89c51设计电子时钟,涉及中断处理函数,数码管使用函数等等的知识。