代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/332493/12752832
tmp main.c~rf1af349c.tmp
/*******************************************
IIC for AT24c02
http://www.mcu-arm.cn
******************************************/
#include
#include "IIC.
www.eeworm.com/read/332491/12752948
tmp pcf8563_calator.c~rf956cee.tmp
void Value_Chk(uchar *t) // *t 是PCF_time
{
}
www.eeworm.com/read/332491/12752974
tmp lcdtest.c~rf88b0ad.tmp
/**********************************************************************
/文件:LCDtest.c
/说明:LCD使用演示程序
//目的在于将LCD与PCF856结合 将时钟显示在LCD12864上
********************************************************
www.eeworm.com/read/332491/12753007
tmp pcf8563_calator.c~rf3788fa.tmp
void Value_Chk(uchar *t) // *t 是PCF_time
{
uchar i,j;
//以下分别去掉时间值中的无效位,年位不用换
*t&=0x7f;
*(t+1)&=0x7f;
*(t+2)&=0x3f;
*(t+3)&=0x3f;
*(t+4)&=0x1f;
*(t+5)&=0xff;
/
www.eeworm.com/read/332491/12753047
tmp lcdtest.c~rf86d8a1.tmp
/**********************************************************************
/文件:LCDtest.c
/说明:LCD使用演示程序
//目的在于将LCD与PCF856结合 将时钟显示在LCD12864上
********************************************************
www.eeworm.com/read/332491/12753048
tmp pcf8563.c~rf104dce2.tmp
/********************************************************************
文件名:pcf8563l.c/pcf8563l.h
名称:PCF8563实时时钟芯片应用程序
********************************************************************/
#include
www.eeworm.com/read/332491/12753060
tmp key.c~rf4ef65b.tmp
#include "msp430X16x.h"
#include "KEY.h"
#include "LCDdriver.h"
#include "PCF8563.h"
#include "stdbool.h"
unsigned char flagA,flagB,flagC,flagD;
bool K2_Value,K3_Value;
static uns
www.eeworm.com/read/332491/12753087
tmp pcf8563.h~rf35e472.tmp
/********************************************************************
文件名:pcf8563l.c/pcf8563l.h
名称:PCF8563实时时钟芯片应用程序
********************************************************************/
//#ifnde
www.eeworm.com/read/332491/12753115
tmp pcf8563_calator.c~rf93544f.tmp
void Value_Chk(uchar *t) // *t
{
}
www.eeworm.com/read/332491/12753118
tmp lcdtest.c~rf1082c1c.tmp
/**********************************************************************
/文件:LCDtest.c
/说明:LCD使用演示程序
//目的在于将LCD与PCF856结合 将时钟显示在LCD12864上
********************************************************