代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/260939/11685546
h debug.h
#ifndef __DEBUG_H__
#define __DEBUG_H__
void Uart_Init(int bps);
int printf(const char *fmt, ...);
unsigned char Uart_GetByte(void);
void Uart_SendByte(unsigned char data);
void Uart_SendData
www.eeworm.com/read/260939/11685584
h uart.h
#ifndef __UART_H__
#define __UART_H__
void Uart_Init(int bps);
int printf(const char *fmt, ...);
unsigned char Uart_GetByte(void);
void Uart_SendByte(unsigned char data);
void Uart_SendData(c
www.eeworm.com/read/346970/11709108
asm mxic.asm
.include spce.inc
.external R_IOB_Data
//.define SPI_Read_Data R_IOB_Data
.define SPI_Buffer P_IOB_Buffer
.define SPI_Set_Data P_IOB_Data
.define SPI_Attrib P_IOB_Attrib
.define
www.eeworm.com/read/346498/11741439
c 1602lcd.c
//--------------------------------------------------------------------------------------
//16*2LCD显示模块
void SendData(uchar Data_Send){
uchar i,k;
k=0x80;
for (i=0;i
www.eeworm.com/read/345196/11827259
cpp ipc_msgclientdlg.cpp
// IPC_MSGCLIENTDlg.cpp : implementation file
//
#include "stdafx.h"
#include "IPC_MSGCLIENT.h"
#include "IPC_MSGCLIENTDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/343089/11975572
c communication.c
/**************************************************************************************************
* FILENAME
* flash.c
*
* VERSION
* 1.0
*
* DESCRIPTION
* This file conta
www.eeworm.com/read/342525/12014998
cpp ipc_msgclientdlg.cpp
// IPC_MSGCLIENTDlg.cpp : implementation file
//
#include "stdafx.h"
#include "IPC_MSGCLIENT.h"
#include "IPC_MSGCLIENTDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static ch
www.eeworm.com/read/253620/12209124
h i2c.h
#ifndef __I2C_h__
#define __I2C_h__
extern void I2c_Init(void);
extern void I2c_SendData(unsigned char,unsigned char,unsigned char);
extern void I2c_SendMData(unsigned char,unsigned char *,uns
www.eeworm.com/read/336538/12437917
txt isd1700_c程序.txt
发一个ISD1760的录放音程序。
/**************************************************************************
* SPI操作ISD1760
* SPI操作ISD1760
**************************************************************
www.eeworm.com/read/223874/14615118
c boardii_main.c
#include
#include "LCD1602\LCD1602.h"
#include "MATRIX_KEY\Matrix_Key.h"
#include "print\print.h"
#include "SRT8300\SRT8300.h"
unsigned char code display1[] = {" HDU _#fal "};
un