代码搜索:数字器件
找到约 10,000 项符合「数字器件」的源代码
代码结果 10,000
www.eeworm.com/read/419603/10856114
_c rtc._c
#include
#include
#ifndef uchar
#define uchar unsigned char
#define uint unsigned int
#endif
#define SD2303 0x64 //SD2303器件IIC识别码
uchar F_Flag;
uchar Table[10]={0
www.eeworm.com/read/272729/10946360
txt 自定义协议.txt
========================================================================================
8051->USERGUIDE器件:
序号 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
0x00
....
.... 用户自定义
....
0x79
0x
www.eeworm.com/read/293555/7129172
c main.c
#include
#include
#include
#define uchar unsigned char
#define WRITE 0xA0 /* 定义24C04的器件地址SLA和方向位W */
#define READ 0xA1 /
www.eeworm.com/read/455147/7377233
txt 自定义协议.txt
========================================================================================
8051->USERGUIDE器件:
序号 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
0x00
....
.... 用户自定义
....
0x79
0x
www.eeworm.com/read/452339/7441864
asm lcd.asm
;=================================================
; LCD显示程序 - 内含显示实用子程序
;=================================================
; 本学习板采用四位总线显示方式
;
; 教学请看《液晶显示器件应用技术》 第七章
;
; 《LCD规格书.doc》内有指令表和字符表
www.eeworm.com/read/198407/7936696
_c rtc._c
#include
#include
#ifndef uchar
#define uchar unsigned char
#define uint unsigned int
#endif
#define SD2303 0x64 //SD2303器件IIC识别码
uchar F_Flag;
uchar Table[10]={0
www.eeworm.com/read/246953/12696394
c main.c
#include
#include
#include
#define uchar unsigned char
#define WRITE 0xA0 /* 定义24C04的器件地址SLA和方向位W */
#define READ 0xA1 /
www.eeworm.com/read/246245/12746252
txt 自定义协议.txt
========================================================================================
8051->USERGUIDE器件:
序号 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
0x00
....
.... 用户自定义
....
0x79
0x
www.eeworm.com/read/245714/12783910
c main.c
#include
#include
#include
#define uchar unsigned char
#define WRITE 0xA0 /* 定义24C04的器件地址SLA和方向位W */
#define READ 0xA1 /
www.eeworm.com/read/331383/12831251
c variable.c
#include "variable.h"
//ADC
int xdata Adc0_buffer[128];//AD采样缓冲区
unsigned char deg;//采样次数
//SMbus
unsigned char Slave;//从器件地址
unsigned char Dat_addr;//字节地址
unsigned char Dat_val;//写入数据
uns