代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/232761/14183104
h stringchang.h
#pragma once
class CStringChang
{
public:
CStringChang(void);
~CStringChang(void);
// 将字符串转换为16进制,俩个字符间插入了一个空格
static int String2Hex(CString str, CByteArray& senddata);
// 将一个字符转换为相应的十六
www.eeworm.com/read/379823/6915762
c dianzhen.c
#include"reg51.h"
#include"for51.h"
typedef char bool;
#define TURE 1
#define FALSE 0
#define Length 31 //点阵长度
uchar x, y;//x表示8块点阵中的哪一块,y表示选中点阵的哪一列
void SendData(uchar ddata);
bool D
www.eeworm.com/read/259039/11825926
o main.o
XL
H 5 areas 13 global symbols
M main.c
S _nrf2401A_SendData Ref0000
S _lcd_write_data Ref0000
S _lcd_write_comm Ref0000
S _RfRecvProc Ref0000
S _RxBuf Ref0000
S _init_devices Ref0000
S _dela
www.eeworm.com/read/286933/4031557
c spi.c
#include "config.h"
uint8 s1,s2;
void SPI_INIT()
{
PINSEL0 = (PINSEL0 & 0xFFFF00FF) | 0x00005500;
SPCCR = 0x52 ;
SPCR = (0
www.eeworm.com/read/487778/6508664
o nrf_main.o
XL
H 3 areas E global symbols
M nrf_main.c
S _nrf905_Init Ref0000
S _SPI_Init Ref0000
S _LCD_init Ref0000
S _nrf905_ReadData Ref0000
S _nrf905_SendData Ref0000
S _LCD_write_string Ref0000
S _
www.eeworm.com/read/261017/11671634
c led.c
#include "styte.h"
#include "i2c.h"
#include "delay.h"
#define zlg7290 0x70
//功能:向器件地址为zlg7290的ZLG7290芯片的SubAdd地址的寄存器写一字节Data
uchar ZLG7290_SendData(uchar SubAdd,uchar Data)
{
if(Su
www.eeworm.com/read/378104/2691791
plg bo hao.plg
礦ision2 Build Log
Project:
F:\ME500单片机开发系统\已经整理好的程序\电话控制\senddata\ASM\bo hao.uv2
Project File Date: 12/22/2006
Output:
www.eeworm.com/read/287140/8719076
c main.c
//文 件 名:CPLD.H
//功 能:实现单片机与CPLD器件的数据传送
//作 者:吕定胜
//创建日期:2007-09-03
//修改日期:
//传送端口定义
#include
#include "lcd.h"
sbit pwmclk = P2^3;
sbit senddata = P2^2;
sbit pwmcs =