代码搜索:SystemError
找到约 198 项符合「SystemError」的源代码
代码结果 198
www.eeworm.com/read/193177/8248765
txt 13.3.2用两个普通io模拟i2c总.txt
#ifndef SDA
#define SDA P0-0
#define SCL P0-1
#endif
extern uchar SystemError;
#define uchar unsigned char
#define uint unsigned int
#define Byte unsigned char
#define Word unsigned in
www.eeworm.com/read/146455/12646596
txt 13.3.2用两个普通io模拟i2c总.txt
#ifndef SDA
#define SDA P0-0
#define SCL P0-1
#endif
extern uchar SystemError;
#define uchar unsigned char
#define uint unsigned int
#define Byte unsigned char
#define Word unsigned in
www.eeworm.com/read/286161/8785743
c maichong.c
#include "at89x52.h"
#include "absacc.h"
#include "intrins.h"
#include "stdlib.h"
#include "stdio.h"//
#define UCHAR unsigned char
#define UINT unsigned int
UINT i;
UCHAR SystemError;
www.eeworm.com/read/251369/12349360
c eeprom1.c
#include
#include"port.h"
#include"main.h"
#include"eeprom.h"
#include
bit SystemError;
uChar sendbuf[10];
uChar receivebuf[10];
void iic_start(void)
{
SDA=1;
SCL=
www.eeworm.com/read/273347/10919490
c iic_host_sim.c
#include "ATT7025.h"
#include
sbit SCL=P3^0;
sbit SDA=P3^1;
bit bdata SystemError;
unsigned char idata addbuf[4];
unsigned char xdata sendbuf[10]; // 数据发送缓冲区;
unsigne
www.eeworm.com/read/429642/8797181
c main.c
#include
#include
#include
#include "system.h"
unsigned char CURDATE[7];
unsigned char systemerror=0; //系统错误号
void PortInit(void) //不用的管脚一律上拉输出
{
www.eeworm.com/read/285209/8860584
txt 最新10位数字温度传感器ad7416驱动程序).txt
#include "reg51.h"
#include "intrins.h"
sbit AD7416_SCL= P1^6;
sbit AD7416_SDA= P1^7;
unsigned char AD7416_SystemError;
unsigned int Temperature; //温度
unsigned char ZorF; //正还是负
//#def
www.eeworm.com/read/26219/955742
c 万年历.c
#include
#include
#include
#include
#define unit unsigned int
#define unchar unsigned char
unsigned char SystemError;
sbit SCL= P1^0; //定义串行时钟线所在口 使用时根据