PCF8563T串行时钟芯片的驱动程序,需要I2C总线的接口函数。
上传时间: 2013-12-23
上传用户:it男一枚
介绍串行时钟芯片DS1305的功能、结构及其利用DS1305设计的电源开关电路,可使数据采集系统平时处于关闭状态。定时开启时系统上电,进行数据采集;一次工作结束时关闭开关,系统断电
上传时间: 2015-06-12
上传用户:13160677563
#include "intrins.h" unsigned char SystemError sbit SCL= P1^6 //定义串行时钟线所在口 使用时根据自己的需要 sbit SDA= P1^7 //定义串行数据线所在口 使用时根据自己的需要 #define SomeNOP() {_nop_() _nop_() _nop_() _nop_() }
标签: sbit SystemError unsigned include
上传时间: 2015-08-30
上传用户:rocketrevenge
#include intvcon 输出电压变量 sbitDIN=0x91 定义P2.1为串行数据口 sbitCLK=0x92;P2.2为串行时钟端 sbitCS=0x93 P2.3为片选端 voiddac5618(intvcon)TLC5618DAC子程序,三线串行方式 { chari intsvcon svcon=vcon|0x8000 vcon最高位置1,选择 TLC5618的A通道 CS=0 置5618的CS=0,允许片选 for(i=0 i<16 i++) { DIN=svcon&0x8000 串行方式送16位 数据 svcon<<=1; CLK=0; CLK=1; } CS=1 禁止片选 return } voidmain0 { dac5618(0x7FF) }
标签: include intvcon sbitDIN sbitCLK
上传时间: 2016-06-15
上传用户:wsf950131
内置串行时钟程序及原理,I2C串行总线模拟程序及原理
上传时间: 2014-01-20
上传用户:bruce5996
串行时钟芯片DS1302的c语言程序,经过测试
上传时间: 2013-12-11
上传用户:a3318966
实时时钟是微机保护装置的重要部件,在讨论PCF8583结构与功能的基础上,提出采用dsPIC33F系列微处理器与串行I2C时钟PCF8583的接口设计方案,给出了相应的接口电路与软件流程。该设计方案结构简单,可靠性高,开发周期短,具有一定的实用与参考价值。所设计的微机保护装置已投入现场运行,效果良好。 Abstract: Real-time clock chip is an important part in microcomputer protection device.Based on discussing the structure and function of PCF8583,a new interface scheme which uses dsPIC33F microprocessor and serial clock chip(I2C)PCF8583is proposed.The method of the circuit design and the main software flow are introduced in this paper.The scheme has simple structure,higher reliability and shorter exploitation cycle,so has definite practicality or reference value.The microcomputer protection device has been put into operation with better effects.
上传时间: 2013-11-18
上传用户:Thuan
DS1302 是 DALLAS 公司推出的涓流充电时钟芯片 内含有一个实时时钟/日历和 31 字节静态 RAM 通过简 单的串行接口与单片机进行通信 实时时钟/日历电路提供秒 分 时 日 日期 月 年的信息 每月的天 数和闰年的天数可自动调整 时钟操作可通过 AM/PM 指示决定采用 24 或 12 小时格式 DS1302 与单片机之 间能简单地采用同步串行的方式进行通信 仅需用到三个口线 1 RES 复位 2 I/O 数据线 3 SCLK 串行时钟 时钟/RAM 的读/写数据以一个字节或多达 31 个字节的字符组方式通信 DS1302 工作时功耗很 低 保持数据和时钟信息时功率小于 1mW
上传时间: 2014-06-06
上传用户:weixiao99
I2C串行总线元器件标准驱动程序的编写,可自己定义串行时钟线和串行数据线所在口
上传时间: 2013-11-25
上传用户:hj_18
7705驱动程序图3-2 AD7705电路 AD7705的串行数据接口包括5个信号,其中片选输入CS、串行时钟输入 SCLK、数据输入DIN、转换数据输出口D0UT用于传输数据,状态信号DRDY输出用于指示什么时候输出数据寄存器的数据准备就绪,可以读取。当DRDY为低电平时.转换数据可用;当为高电平时,输出寄存器正在更新数据,不能读取数据。
上传时间: 2013-12-17
上传用户:凌云御清风