搜索资源列表
ds1302---c
- DS1302的时钟程序,可以实现星期,时间,分钟,秒的显示-DS1302 clock procedures can be achieved week, time, minutes and seconds display
DS1302
- DS1302资料,实时时钟控制芯片.可自行记时,自动进行月份,年等调整,包括闰年和闰月
DS1302+AT89C2051
- led电子钟制作,采用实时时钟芯片DS1302+AT89C2051的红外遥控LED电子钟
ds1302
- 时钟芯片,用来 测试 时间 请大家 使用 ,共同分享 ,未来属于我们
1602+18B20+DS1302电子时钟源程序
- 使用C++语言实现电子时钟的源程序。时钟包括包括闹钟报警温度测量等功能
电子时钟温度计
- 数字电子时钟温度计,1602液晶显示。
ds1302
- 利用ds1302时钟芯片编写时钟,程序不繁琐,减少资源内存-Written by ds1302 clock chip clock, the program is not complicated, less resource hungry
DS1302
- RTC实时时钟(DS1302) 驱动程序的编写以及实现数字字符在数码管中的显示-RTC real time clock (DS1302) preparation of the driver as well as the digital characters in digital tube display
ds1302
- ds1302+c51+lcd1602数字时钟-ds1302+c51+lcd1602 clock
CR2032+DS1302实时时钟模块
- DS1302时钟模块程序+51单片机+LCD1602(DS1302 clock module program, +51 microcontroller+LCD1602)
DS1302
- DS1302时钟芯片用数码管显示时分秒年月日(DS1302 clock chip with digital display)
sd1302_key
- 将实时时钟DS1302的时间读取到LCD1602上显示,并且可通过按键校时。(The time of the real time clock DS1302 is read on the LCD1602 display, and can be adjusted by the button.)
102-DS1302 时钟原理
- 102-DS1302 时钟原理(102-DS1302 clock principle)
103-DS1302可调时钟
- 103-DS1302可调时钟(103-DS1302 adjustable clock)
104-DS1302时钟串口自动更新时间
- 104-DS1302时钟串口自动更新时间(104-DS1302 clock serial port auto update time)
105-1602液晶显示DS1302时钟
- 105-1602液晶显示DS1302时钟(105-1602 liquid crystal display DS1302 clock)
项目14-实时时钟DS1302的原理与应用
- 实时时钟设计DS13B20,包含其驱动,可以设置时间(Real time clock design DS13B20, contains the driver, you can set the time)
14、实时时钟DS1302
- 该压缩文件为在51单片机下的DS1302模块的驱动代码,亲测可用,如果是移植到51单片机最小系统板上,需要修改对应的引脚(The compressed file is the driving code of the DS1302 module under the 51 microcontroller. It can be used to pro test. If it is transplanted to the smallest system board of the 51 microcont
数码管显示时钟
- 实时时钟芯片是日常生活中应用最为广泛的消费类电子产品之一。它为人们提供精确的实时时间,或者为电子系统提供精确的时间基准,目前实时时钟芯片大多采用精度较高的晶体振荡器作为时钟源。有些时钟芯片为了在主电源掉电时,还可以工作,需要外加电池供电。(Real-time clock chip is one of the most widely used consumer electronic products in daily life. It provides precise real-time tim
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。