代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/137584/5823603
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/136786/5864959
c saa5249.c
/*
* Cleaned up to use existing videodev interface and allow the idea
* of multiple teletext decoders on the video4linux iface. Changed i2c
* to cover addressing clashes on device busses. It's also
www.eeworm.com/read/128531/5986912
c saa5249.c
/*
* Cleaned up to use existing videodev interface and allow the idea
* of multiple teletext decoders on the video4linux iface. Changed i2c
* to cover addressing clashes on device busses. It's also
www.eeworm.com/read/127781/5997985
c saa5249.c
/*
* Cleaned up to use existing videodev interface and allow the idea
* of multiple teletext decoders on the video4linux iface. Changed i2c
* to cover addressing clashes on device busses. It's also
www.eeworm.com/read/120719/6071374
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/120719/6071402
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/110034/6169491
c saa5249.c
/*
* Cleaned up to use existing videodev interface and allow the idea
* of multiple teletext decoders on the video4linux iface. Changed i2c
* to cover addressing clashes on device busses. It's also
www.eeworm.com/read/102935/6228380
c saa5249.c
/*
* Cleaned up to use existing videodev interface and allow the idea
* of multiple teletext decoders on the video4linux iface. Changed i2c
* to cover addressing clashes on device busses. It's also
www.eeworm.com/read/307352/6302690
c 24c02.c
/***************************************************************
**程序员:wangguangxi11@163.com
**模块名称:24Cxx的读写(24c02/08/016)
**功能描述:24Cxx储存开机次数实验
**该试验功能是单片机复位一次, 自动从24Cxx中读取数据
**然后加1,最终数码管中的数据就是开机
www.eeworm.com/read/162052/6326436
c led.c
/******************************************************
文件:led.c
描述:7段数码管显示
硬接口:IOB0--CLK,IOB1--DIN,IOB2--LD(1)/CS(0)
软接口:初始化上述3口为输出,初始化SIO,调用Init7219(),调用DispOneDig(num,dig)
修改信息:2005-07-26 nev