代码搜索:senddata

找到约 2,248 项符合「senddata」的源代码

代码结果 2,248
www.eeworm.com/read/25976/849256

h uart.h

#ifndef __UART_H__ #define __UART_H__ #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif extern uchar GetC; extern void SendData(uchar dat)
www.eeworm.com/read/25976/849402

h uart.h

#ifndef __UART_H__ #define __UART_H__ #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif extern uchar GetC; extern void SendData(uchar dat)
www.eeworm.com/read/25976/849438

h uart.h

#ifndef __UART_H__ #define __UART_H__ #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif extern uchar GetC; extern void SendData(uchar dat)
www.eeworm.com/read/25976/849507

h uart.h

#ifndef __UART_H__ #define __UART_H__ #ifndef uchar #define uchar unsigned char #endif #ifndef uint #define uint unsigned int #endif extern uchar GetC; extern void SendData(uchar dat)
www.eeworm.com/read/26219/955781

c cat25c32写禁止.c

/************************************************* CAT25C32写禁止 指令码为0000 0100 **************************************************/ void WRDI(void) { CS=0; nop(); SendData(0x04);//发送写禁止指令码
www.eeworm.com/read/162052/6326425

h led.h

#ifndef __LED_H__ #define __LED_H__ void SendData(unsigned char); extern void Init_7219(void); extern void DispOneDig(unsigned char,unsigned char); extern void ShineAll(unsigned char); exter
www.eeworm.com/read/261013/11674680

cpp senddatadlg.cpp

// SendDataDlg.cpp : implementation file // #include "stdafx.h" #include "SendData.h" #include "SendDataDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[]
www.eeworm.com/read/8604/149044

h 485tongxin.h

#define uchar unsigned char #include "string.h" #include "reg51.h" void SendData(uchar Dat) { uchar i=0; SBUF=Dat; while(1) { if(TI) { TI=0; break; } } } void mDelay(unsig
www.eeworm.com/read/26219/955786

c cat25c32写允许操作.c

/************************************************* CAT25C32写允许操作:指令码为0000 0110 **************************************************/ void WREN(void) { CS=0;//片选CAT25C32 nop(); SendData(0x
www.eeworm.com/read/393093/8312759

h comm.h

#include "winsock2.h" #include #include #include "iostream.h" #include "fstream.h" class WComm { public: WComm(); int sendData(char*); int recvData(char*,in