代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/265307/11269354
_c lcd._c
//在LCD上显示的内容
#include "iom128v.h"
#include "MyMacro.h"
extern void Delay(unsigned int);
extern unsigned char MCUState;
extern unsigned char TimeScale;
extern float Temperature;
extern uns
www.eeworm.com/read/409470/11321905
h nrf2401a.h
#define SIZE 32
extern uchar TxBuf[SIZE],RxBuf[SIZE];
extern void nrf2401A_Init();
extern void nrf2401A_SendData();
extern void nrf2401A_ReadData();
extern void nrf2401A_RxOn();
www.eeworm.com/read/402202/11540854
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Led_Flag;
void SendData(Uint16 data);
extern Uint16 ScanKey(void);
void main(void)
{
Uint16 Temp;
/*初始化系统*/
InitSysCtrl();
/*关中断*/
DINT
www.eeworm.com/read/402202/11541000
c cputimer2.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int Led_Flag;
interrupt void ISRTimer2(void);
void SendData(Uint16 data);
void main(void)
{
/*初始化系统*/
InitSysCtrl();
/*关中
www.eeworm.com/read/401532/11556309
asm 从控测试程序.asm
;********************************************
;名称:供电系统从控制器源程序(复费率+恶意负载识别)
;日期:2005-03-01
;描述:供电系统下位机源程序
; 使用软件来识别恶意负载
;作者:red_swords
;********************************************
;****
www.eeworm.com/read/158296/11627130
c moni_uart1_send.c
#include "at89x52.h"
#define NUM 21
//要发送的串长度
sbit BT_SND =P2^1;
sbit BT_REC =P2^0;
unsigned char buffer[10]={0,0,0,0,0,0,0,0,0,1}; //比特位数组
unsigned char se
www.eeworm.com/read/347738/11639425
c 10_3_1.c
//
#include
#include
#include
#include
#include
#include
#include
#include
FILE *p;
void unsigned senddata(char data);
www.eeworm.com/read/261017/11671582
h led.h
#ifndef __LED_H
#define __LED_H
#include "styte.h"
//uchar ZLG7290_SendCmd(uchar Data1,uchar Data2);
void ZLG7290_SendBuf(uchar *disp_buf,uchar num);
uchar ZLG7290_SendData(uchar SubAdd,uchar Da
www.eeworm.com/read/260843/11697119
c lcd_test.c
#include "DSP28_Device.h"
unsigned int Led_Flag;
void SendData(Uint16 data);
extern Uint16 ScanKey(void);
void main(void)
{
Uint16 Temp;
/*初始化系统*/
InitSysCtrl();
/*关中断*/
DINT
www.eeworm.com/read/260843/11698166
c cputimer2.c
#include "DSP28_Device.h"
#include "ext_inf.h"
unsigned int Led_Flag;
interrupt void ISRTimer2(void);
void SendData(Uint16 data);
void main(void)
{
/*初始化系统*/
InitSysCtrl();
/*关中