代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/245457/12799477
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/144053/12820823
h zlg7290.h
/****************************************************************************
* 文件名:ZLG7290.H
* 功能:ZLG7290操作软件包。(头文件)
****************************************************************************/
www.eeworm.com/read/329699/12937628
c i2c_24c64.c
/***********************************************************
**模块名称:24C64的读写
**编写人:bradley 日期 2005-5-1
**修改人:psp 日期 2006-10-27
**功能描述:24C64储存开机次数实验
**该试验功能是单片机复位一次, 自动从24C64中读取数据
**然后加1,
www.eeworm.com/read/242777/12986135
bak deal.c.bak
//--------------------------------------------------------
//--------------------------------------------------------
void FlashLed(void)
{
++Timer300msCount;
if(Timer300msCount>=80)
{
www.eeworm.com/read/242777/12986142
c deal.c
//--------------------------------------------------------
//--------------------------------------------------------
void FlashLed(void)
{
++Timer300msCount;
if(Timer300msCount>=80)
{
www.eeworm.com/read/242777/12986155
bak nrf24l01.c.bak
//--------------------------------------------------------
//把nrfTxBuf中No个数据通过SPI总线发送出去
//--------------------------------------------------------
void SPI_SendData(uchar *nrfTxBuf, uchar *nrfRxBu
www.eeworm.com/read/242777/12986174
c nrf24l01.c
//--------------------------------------------------------
//把nrfTxBuf中No个数据通过SPI总线发送出去
//--------------------------------------------------------
void SPI_SendData(uchar *nrfTxBuf, uchar *nrfRxBu
www.eeworm.com/read/242777/12986183
s main.s
.module main.c
.area vector(rom, abs)
.org 4
jmp _INT_EX0
.org 36
jmp _INT_Timer0
.org 32
jmp _INT_Timer1
.org 44
jmp _INT_USART_RX
.org 52
jmp _INT_USART_TX
.org 40
jmp _sp
www.eeworm.com/read/328873/12997334
cpp xspview.cpp
// xspView.cpp : implementation of the CXspView class
//
#include "stdafx.h"
#include "xsp.h"
#include "xspDoc.h"
#include "xspView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FIL
www.eeworm.com/read/328844/12998810
c max7219.c
///////////////////////////////////////
//7290函数包
//////////////////////////////////////
#include
#include "intrins.h"
#include "Max7219.h"
#define MAX7219_ADDR_NULL 0x0000
#def