搜索资源列表
CSH1287
- 51单片机对时钟芯片ds12887和EEPROM93C46初始化,预置日期时间。模拟联机调试时可能需要频繁调用-51 of the clock chip microcontroller and EEPROM93C46 ds12887 initialization, date preset time. On-line debugging simulation may require frequent calls
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端口为特殊管脚
DS12C887(INIT)
- 由51单片机控制的使用DS12C887实现的高精度时钟的带芯片初始化语句的C语言程序,初次使用芯片用这个,再次运行需要把初始化语句删掉,否则每次开机都会被初始化,导致时间无法被记录-Controlled by the use of 51 to achieve high-precision clock DS12C887 chip initialization statement with C language program, first use the chip with this, run a
shihzong12887
- 时钟芯片,内有初始化,应用年月日显示更新,还有定时报警功能。-Clock chips, there are initialization, the application date display update, there are regular police functions.
1302
- 时间芯片1302的的读写。也有内部寄存器的使用程序。带有直接初始化,启动时钟。-Time of the 1302 chip to read and write. Also has internal registers to use the program. With direct initialization, start the clock.
RTC4553
- RTC4554时钟芯片的代码,C8051F02x的初始化-RTC4554 clock chip code, C8051F02x initialization
ds1302_8051soft
- dalas ds1302实时钟芯片51单片机程序,包含字节读写,批量读写,时间初始化等全部功能函数,注释详细,可直接使用-dalas ds1302 real time clock chip microcontroller 51 programs, including the byte read, write, read and write volume and time to initialize, and all other features function, detailed commen
35390
- 时钟芯片S35390初始化代码,在mips平台上实现-initial code for S35390
DigThermo1
- pcf8563时钟芯片的初始化程序和报警定时的标准程序。-the progarm of pcf8563
rtc
- RTC 时钟芯片初始化及读写操作,适合具有RTC芯片的系统应用-RTC clock chip initialization and read-write operation, suitable for system application with the RTC chip
DS12887_1
- 时钟芯片ds12887的处理程序,包括初始化,读取存入数据等-the file is ds12887.h
51_DS12C887
- 51单片机对DS12C887时钟芯片的操作,包括初始化和相关数据的读写。-The operation of DS12C887 clock chip with 51 microcontroller, including initialization and data read and write.
12887
- 可调时钟芯片,内带电池无需外部供电,初始化一次后可自行计时。-Adjustable clock chip, no external power supply with battery inside, after initializing a self-timer.
ds1302text
- 时钟芯片DS1302的初始化设置,以及日期的写入与读取-Clock chip DS1302 initialization settings, as well as the date of the write and read
sys
- 芯片STM3F103RBT6基本单元的初始化 1、系统时钟初始化 2、IO口位带操作初始化 3、中断设置初始化(NVIC) 4、调试接口初始化-Chip STM3F103RBT6 basic unit initialization, system clock initialization IO port bit with the operation initialization, interrupt set initialized (NVIC), debug interf
51-drive-DS1302-head-file
- 51单片机驱动达拉斯公司的DS1302时钟芯片的头文件,包括写入,读出,初始化等一系列功能-51 Microprocessor Dallas DS1302 clock chip header files, including write, read out, initialization series of functions
DS1302
- ds1302时钟芯片驱动程序,包含初始化,引脚定义,可移植性强,已经调试成功-ds1302 clock chip drivers, including initialization, pin definitions, portability, debugging has been successful
ds1302
- 1302初始化程序,用于时钟芯片初始化,用于MSP430平台(DS1302initiative democratic code,its can be run in MSP430)
ds1302时钟芯片程序
- 本人参加过电赛,得了国二,该程序用89c52做的模块化程序,注释很详细,在实际中运用,程序中没有出过错。没有适合学习ds1302时钟芯片的程序和用ds1302做实际项目的人群,可以用模块化程序,直接实现的功能有{void Start_ds1302(void); //初始化时钟,启动时钟 void Stop_ds1302(void); //停止时钟计时 void read_time(SYSTEM_TIME *pstr); //读取当前时间 void SetTime(SYSTEM_TI