搜索资源列表
DS1302
- DS1302实时时钟(万年历)模块实验C语言程序-DS1302 Real Time Clock (Calendar) module experiment C language program
DS1302
- 控制DS1302时钟芯片,包括对芯片读写的底层代码,控制代码,加入了指令,使其成为了独立的模块。-control the DS1302 clock chip,including the root code,FSM,and some instructions,which can be independent from other modules.
yuyinbobaozhangaiyi
- C本设计为语音播报障碍仪,采用STC89C52RC做为主控芯片,配合超声波模块HCR04、语音模块WT588D、时钟芯片DS1302等外围电路构成语音播报障碍仪-C The instrument is designed to voice broadcast obstacles, using STC89C52RC as the main chip, with ultrasonic module HCR04, voice module WT588D, DS1302 clock chip periph
123456666
- 51,ds1302时钟模块,ds18b20模块,在lcd12864上显示时间温度,并可以控制加热和制冷,包含仿真图-51, ds1302 clock module, ds18b20 module, display time temperature on lcd12864, and can control heating and cooling, including simulation map
CR2032+DS1302实时时钟模块
- DS1302时钟模块程序+51单片机+LCD1602(DS1302 clock module program, +51 microcontroller+LCD1602)
DS1302实时时钟模块
- 通过UNO板子运行设计出来的时钟模块,可获取当前时间日期等等。(Through the UNO board running design clock module, you can get the current time, date and so on)
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
ATmega128驱动温度同步时间1302并显示在1602液晶屏
- 1. 源代码包含采集DS18B20温度传感器的数据 2. 利用外部时钟DS1302来提供时间 3. 显示到1602液晶屏 4. 源码都是模块化的方式,是想学习或者移植的朋友们的不错选择 5. 通过编译,并在开发板使用通过。可以直接使用源代码。