代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/454896/7381935
c fm11rf005_test_mini.c
/*FM11RF005 Test program
Wang Yue 2005-8-26
*/
#include
#include
#include
#include
#include
#include "common.h"
unsigned char
www.eeworm.com/read/440419/7689608
pdf artech house - cdma rf system engineering.pdf
www.eeworm.com/read/435251/7795024
pdf ads中文教程(rf接收系统).pdf
www.eeworm.com/read/399641/7843812
rar rf2401使用手册.rar
www.eeworm.com/read/332493/12752732
tmp main.c~rf1409a57.tmp
/*******************************************
IIC for AT24c02
http://www.mcu-arm.cn
******************************************/
#include
#include "IIC.
www.eeworm.com/read/332493/12752839
tmp iic.c~rf2475bd.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 = 0x0A;
www.eeworm.com/read/332491/12752912
tmp key.c~rf50945b.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/12752917
tmp pcf8563.c~rf24711a.tmp
/********************************************************************
文件名:pcf8563l.c/pcf8563l.h
名称:PCF8563实时时钟芯片应用程序
********************************************************************/
#include
www.eeworm.com/read/332491/12752979
tmp lcdtest.c~rf543ffe.tmp
/**********************************************************************
/文件:LCDtest.c
/说明:LCD使用演示程序
//目的在于将LCD与PCF856结合 将时钟显示在LCD12864上
********************************************************
www.eeworm.com/read/332491/12753025
tmp lcdtest.c~rf56feef.tmp
/**********************************************************************
/文件:LCDtest.c
/说明:LCD使用演示程序
//目的在于将LCD与PCF856结合 将时钟显示在LCD12864上
********************************************************