代码搜索:ISendByte

找到约 108 项符合「ISendByte」的源代码

代码结果 108
www.eeworm.com/read/382205/9042076

lst 51.lst

C51 COMPILER V7.04 51 10/09/2008 16:47:44 PAGE 1 C51 COMPILER V7.04, COMPILATION OF MODULE 51 OBJECT MODULE PLACED IN 51.O
www.eeworm.com/read/382205/9042089

c 51.c

#include /*头文件的包含*/ #include "IIC.h" #include "display.h" #include "define.h" #define PCF8583 0xa0 /*10100000--A0 write*/ #define PCF8583_Ctr 0x00/*control register*/
www.eeworm.com/read/185033/9059796

c pt2313.c

/******************************************************************************* ** (c) Copyright 2004-2005, xujiajun ** All Rights Rese
www.eeworm.com/read/462162/7208126

c pcf8576.c

/**************************************************************************** * File:PCF8576.C * 功能:PCF8576驱动程序。 * 说明:需要使用I2C软件包。 ******************************************************************
www.eeworm.com/read/476429/6762266

h i2c.h

void delayms(uint ms); void Start_I2c(); void Stop_I2c(); void SendByte(uchar c); unsigned char RcvByte(); void Ack_I2c(bit a); bit ISendByte(uchar sla,uchar c); bit ISendStr(uchar sla,uchar
www.eeworm.com/read/250293/12415710

bak pcf8576.c.bak

/**************************************************************************** * File:PCF8576.C * 功能:PCF8576驱动程序。 * 说明:需要使用I2C软件包。 ******************************************************************
www.eeworm.com/read/411091/11256219

c pcf8576.c

/**************************************************************************** * File:PCF8576.C * 功能:PCF8576驱动程序。 * 说明:需要使用I2C软件包。 ******************************************************************
www.eeworm.com/read/386478/8743808

h iic_c51.h

/***************************************************************** 头文件名 IIC_C51.H *****************************************************************/ #ifdef uchar #define RE
www.eeworm.com/read/385507/8802920

plg shilong.plg

礦ision2 Build Log Project: D:\jtshi\JianKong\ShiLong\ShiLong.uv2 Project File Date: 03/14/2005 Output: Build target 'Target 1' compiling Jian
www.eeworm.com/read/424701/10425094

c 8583 b20.c

#include //加载头文件 #include //装载 #define uchar unsigned char//变量类型的宏定义 #define uint unsigned int//变量类型的宏定义 #define SET 5 #define MON 4 #define DAY 3 #define HOU