代码搜索:数字器件
找到约 10,000 项符合「数字器件」的源代码
代码结果 10,000
www.eeworm.com/read/7227/111769
asm 广告灯.asm
;AT90S8515的PA口LED广告灯演示程序
.include"8515def.inc" ;器件配置文件
.org $0000 ;设置起始地址
.equ leddata=0x0250
rjmp reset
.cseg
.org $0010
RESET:ldi r16,$5f ;设置堆栈
out
www.eeworm.com/read/13259/270874
ewb 555多谐振荡电路.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
" 555定时电路构成多谐振荡器 (应用555定时电路设计波形产生和整形电路)"
" 555 器件的性能和使用特点:"
" GND(1):接地"
" TRI(2): 比较器C2输出端
www.eeworm.com/read/14335/329138
c pcf8563.c
#include "reg66X.h"
#include "668I2C.H" /*包含VI2C软件包*/
//#include
//#include
#define PCF8563 0xA2 /*定义器件地址*/
#define WRADDR 0x00
#define RDADDR
www.eeworm.com/read/15417/450262
h e51pro.h
//e51pro.h
#include
typedef unsigned int UINT;
typedef unsigned long ULONG;
typedef unsigned char BYTE;
typedef bit BOOL;
struct _prowork//定义编程器的一般操作,具体器件的编程器实现下列函数
{
void (*f
www.eeworm.com/read/26219/955765
c 指定地址读一个字节程序.c
//********从IIC总线上器件指定地址读一个字节的数据IIC_read_byte()***
unsigned char IIC_read_byte (unsigned char cadd, unsigned char data_address)
{
unsigned int temp;
IIC_Start(); // 发送I2C START信号
IIC_
www.eeworm.com/read/26219/955885
c rom匹配子程序 程序.c
//*********ds18b20_rom_match() ROM匹配子程序**********
unsigned char ds18b20_rom_match(unsigned char ds18b20number)
{
unsigned char i;
if(ds18b20_reset()) return false; //如果总线上没有器件,返回false
ds
www.eeworm.com/read/26358/958030
-
#include "reg52.h"
#include
#define uint unsigned int
#define uchar unsigned char
sbit DQ = P3^7; //从器件数据端
void delay(uchar x)
{
while(x--);
}
const uchar table[]={0x3f,0x06,0
www.eeworm.com/read/28834/1011112
c 66.c
#include
#include
#include "string.h"
#define DelayTime 10 //DelayTime用于控制IIC的速度,有些器件可能并不支持高速的IIC通信
//可以调整DelayTime来调节IIC的速度
sbit speak=P1^4;
struct Ti
www.eeworm.com/read/31453/1020706
h e51pro.h
//e51pro.h
#include
typedef unsigned int UINT;
typedef unsigned long ULONG;
typedef unsigned char BYTE;
typedef bit BOOL;
struct _prowork//定义编程器的一般操作,具体器件的编程器实现下列函数
{
void (*f
www.eeworm.com/read/31455/1020862
h e51pro.h
//e51pro.h
#include
typedef unsigned int UINT;
typedef unsigned long ULONG;
typedef unsigned char BYTE;
typedef bit BOOL;
struct _prowork//定义编程器的一般操作,具体器件的编程器实现下列函数
{
void (*f