搜索资源列表
DS1302时钟芯片程序1
- KEIL C环境下的DS1302时钟芯片的源代码!-KEIL C environment under the DS1302 clock chip source code!
ds1302
- AVR单片机m48 8m晶振,ds1302时钟芯片程序
DS1302时钟芯片驱动程序
- DS1302时钟芯片驱动程序,C语言源代码。--Driver for DS1302 clock chip. It is written in C.
DS1302时钟芯片C例程
- /*这个程序,是我用51电子网http://www.51dz.com/n.asp?id=12519&i=xie343706382,298元C51学习板调试通的单片机控制DS1303时钟芯片试验时请用排线 将p1口连到CZ2 一个时钟程序,它能实现断电走时(用纽扣电池),显示和设置年月日星期时分秒(8位数码管)。 */
ds1302.rar
- 该程序能是对DS1302时钟芯片的操作程序,可以实现时钟功能,The process of the DS1302 clock chip operation, the clock function can be achieved
DS1302
- 已调试通过12864图形液晶+DS1302时钟芯片的时间日历显示程序-Graphics have been debugging through 12864 LCD+ DS1302 clock chip time calendar display program
DS1302
- 开发板上的ds1302时钟芯片驱动程序,注释详尽;-Development board clock chip ds1302 driver, detailed notes
DS1302
- keil 开发 实验目的:学习读读写SPI总线器件及时钟芯片程序编写 实验方法:实验源代码编写程序,下载到单片机。实验现象:字符液晶屏上显示年月日万年历 -keil the development of the experiment was: to learn to read and write SPI bus time clock chip devices and procedures for the preparation of experimental methods: the e
DS1302.RTC
- 通过本例程了解 DS1302时钟芯片的基本原理和使用 ,理解并掌握DS1302时钟芯片 驱动程序的编写以及实现数字字符在数码管中的显示。-DS1302 through this routine to understand the basic principles of the clock chip and the use of, understand and master the DS1302 clock chip driver writing, and digital characte
ds1302
- 利用ds1302时钟芯片编写时钟,程序不繁琐,减少资源内存-Written by ds1302 clock chip clock, the program is not complicated, less resource hungry
DS1302-C-program
- DS1302 时钟芯片 ,51单片机控制详细C语言程序 ,已经经过测试使用。完全可行。-DS1302 clock chip programe, 89C51/89S52/AVR Mega16/mega32 C program, has been tested to use. Entirely feasible.
DS1302
- 基于stc51单片机1T和12T的DS1302时钟芯片程序,经过自己的测试都是可以的,是用数码管显示的-1T and 12T microcontroller based stc51 the DS1302 clock chip program, after their tests are possible, is to use digital display of
ds1302
- DS1302时钟芯片的,通过数码管显示,程序简单明了,一看就会-DS1302 clock chip, through the digital display, the program is simple, a look will
DS1302
- 基于51单片机的ds1302时钟芯片程序。-Ds1302 clock chip based on 51 procedures.
DS1302
- pic16F877A控制DS1302时钟芯片程序-pic16F877A DS1302 clock chip control program
DS1302时钟芯片驱动程序
- DS1302时钟芯片驱动程序,C语言源代码。--Driver for DS1302 clock chip. It is written in C.
DS1302时钟芯片驱动程序
- DS1302时钟芯片驱动程序,C语言源代码。--Driver for DS1302 clock chip. It is written in C.
1-DS1302
- DS1302 是DALLAS 公司推出的涓流充电时钟芯片,内含有一个实时时钟/日历和31 字节静态RAM,通过简单的串行接口与单片机进行通信。实时时钟/日历电路提供秒、分、时、日、日期、月、年的信息,每月的天数和闰年的天数可自动调整,时钟操作可通过AM/PM 指示决定采用24 或12 小时格式。DS1302 与单片机之间能简单地采用同步串行的方式进行通信,仅需用到三个口线:1 RES 复位;2 I/O 数据线;3 SCLK串行时钟。时钟/RAM 的读/写数据以一个字节或多达31 个字节的字符组方
DS1302时钟芯片驱动
- DS1302驱动程序,DS1302 是 DALLAS 公司推出的串行接口实时时钟芯片。很简洁,占的程序空间少(DS1302Device DriverDS1302 is the serial interface real time clock chip introduced by DALLAS company. It's very concise, and there's less space for the program.)
ds1302时钟芯片程序
- 本人参加过电赛,得了国二,该程序用89c52做的模块化程序,注释很详细,在实际中运用,程序中没有出过错。没有适合学习ds1302时钟芯片的程序和用ds1302做实际项目的人群,可以用模块化程序,直接实现的功能有{void Start_ds1302(void); //初始化时钟,启动时钟 void Stop_ds1302(void); //停止时钟计时 void read_time(SYSTEM_TIME *pstr); //读取当前时间 void SetTime(SYSTEM_TI