代码搜索:senddata
找到约 2,248 项符合「senddata」的源代码
代码结果 2,248
www.eeworm.com/read/433905/7904688
c isd1700.c
#include
#include "mydeclare.h"
#include "isd1700.h"
#define SpiSS PORTB_Bit2 //定义SS端口
//static struct ISD_STATTUS isd_status; //ISD 状诚返回结果
//====================================
www.eeworm.com/read/137766/13299761
asm sumhand1.asm
;********* define address **********************
STANDBY_COUNT equ 30h
SEND_DATA1 equ 31h
SEND_DATA2 equ 32h
SEND_DATA3 equ 33h
STANDBY equ 00h
TX_STATUS equ 01h
www.eeworm.com/read/137766/13299768
asm sumbase1.asm
;********* define address **********************
TEMP_DATA equ 00h
STANDBY_COUNT equ 30h
SEND_DATA1 equ 31h
SEND_DATA2 equ 32h
SEND_DATA3 equ 33h
STANDBY equ 00h
TX
www.eeworm.com/read/137766/13299771
asm sumbase.asm
;********* define address **********************
TEMP_DATA equ 00h
STANDBY_COUNT equ 30h
SEND_DATA1 equ 31h
SEND_DATA2 equ 32h
SEND_DATA3 equ 33h
STANDBY equ 00h
TX
www.eeworm.com/read/143385/5758055
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/401823/11548788
h spi.h
#ifndef _SPIEX_
#define _SPIEX_
#define PU 0x11
#define STOP 0x12
#define RESET 0x03
#define CLI_INT 0x04
www.eeworm.com/read/346499/11741362
ini 1602lcd.ini
//--------------------------------------------------------------------------------------
//16*2LCD显示模块
#define uchar unsigned char
sbit LCM_RS=P2^2;
sbit LCM_E=P2^3;
sbit CLK=P2^0;
sbit IOData
www.eeworm.com/read/346498/11741442
ini 1602lcd.ini
//--------------------------------------------------------------------------------------
//16*2LCD显示模块
#define uchar unsigned char
sbit LCM_RS=P0^0;
sbit LCM_E=P0^1;
sbit CLK=P0^2;
sbit IOData
www.eeworm.com/read/343065/11979047
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**