代码搜索:RF

找到约 8,431 项符合「RF」的源代码

代码结果 8,431
www.eeworm.com/read/332493/12752807

tmp iic.c~rf23c2f7.tmp

#include #include "i2c.h" #define SLAVEADDR 0x50; int tx_count; int rx_count; unsigned char I2CBuffer[3]; void InitI2C(void) { //将P3.1和P3.3设置为I2C管脚 P3SEL = 0x
www.eeworm.com/read/332491/12752932

tmp key.c~rf5e5ff9.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/12753044

tmp pcf8563.h~rf228e5f.tmp

/******************************************************************** 文件名:pcf8563l.c/pcf8563l.h 名称:PCF8563实时时钟芯片应用程序 ********************************************************************/ //#ifnde
www.eeworm.com/read/332491/12753070

tmp lcdtest.c~rf57c1c2.tmp

/********************************************************************** /文件:LCDtest.c /说明:LCD使用演示程序 //目的在于将LCD与PCF856结合 将时钟显示在LCD12864上 ********************************************************
www.eeworm.com/read/332491/12753073

tmp iic_pcf8563.c~rf2905e4.tmp

/******************************************************************** 文件名:i2c.c/i2c.h 名称:MSP430 模拟IIC总线程序 ********************************************************************/ //#ifndef _I2C_H