代码搜索:ISendByte

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

代码结果 108
www.eeworm.com/read/336009/12481821

c lcd1.c

#include #include "Public.h" #include "IIC.h" #define BL55076 0x70 extern BOOL colon; VOID LCD_Init(BYTE driver,BYTE mode,BYTE glitter) { driver=(driver&0x07)|0x60; IS
www.eeworm.com/read/424701/10424962

c news02.c

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

lst alarm001.lst

C51 COMPILER V7.07 ALARM001 02/02/2009 01:27:16 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE ALARM001 OBJECT MODULE PLACED I
www.eeworm.com/read/424701/10425081

c alarm001.c

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

lst news02.lst

C51 COMPILER V7.07 NEWS02 01/31/2009 21:56:17 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE NEWS02 OBJECT MODULE PLACED IN
www.eeworm.com/read/310655/13647621

c displcd.c

#include"INCLUDE.H" void DisplayFlash(unsigned char *dispbuf) { //ISendByte(HT6024,0xc8); ISendByte(HT6024,0xe0); ISendByte(HT6024,0x58); ISendByte(HT6024,0x60);
www.eeworm.com/read/308552/13699787

h lpc915_i2c.h

/*******************************************************************/ #ifndef HI2C_C51_H #define HI2C_C51_H extern bit ISendByte(unsigned char suba, unsigned char dat); #endif
www.eeworm.com/read/226379/14478486

h i2c.h

/***************************************************************** 头文件名 I2C.H *****************************************************************/ #ifndef _I2C_H_ #define _I2C_H_ extern bit IS
www.eeworm.com/read/336009/12481869

c lcd.c

#include #include "Public.h" #include "IIC.h" #define BL55076 0x70 extern BOOL half_sec; VOID LCD_Init(BYTE mode,BYTE glitter) { mode=(mode&0x1f)|0x40; if(!ISendByte(B
www.eeworm.com/read/295571/8154178

h iic.h

//-----------------------函数声明,变量定义-------------------------------------------------------- #include #include #define uchar unsigned char /*宏定义*/ #define uint unsigned int