代码搜索:SendComm
找到约 59 项符合「SendComm」的源代码
代码结果 59
www.eeworm.com/read/120186/14811177
c lcd1602.c
/*********************************************************************************************************
** Small RTOS(51)
**
www.eeworm.com/read/120186/14811182
h lcd12232.h
/*********************************************************************************************************
** Small RTOS(51)
**
www.eeworm.com/read/367909/9723027
c lcd2002.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
//写命令
#define LCD2002_SEND_COMMAND(a) \
LCDCOM = a;
//写数据
#define LCD2002_SEND_DATA(a) \
LCDDAT = a;
www.eeworm.com/read/135744/13903334
c lcd1602.c
#ifndef OS_MASTER_FILE
#include "includes.h"
#endif
//写命令
#define LCD1602_SEND_COMMAND(a) \
LCDCOM = a;
//写数据
#define LCD1602_SEND_DATA(a) \
LCDDAT = a;
www.eeworm.com/read/101008/15857645
h lcd1602.h
/*********************************************************************************************************
** Small RTOS(51)
**
www.eeworm.com/read/101008/15857651
c lcd1602.c
/*********************************************************************************************************
** Small RTOS(51)
**
www.eeworm.com/read/367909/9722989
h lcd2002.h
#ifndef LCDDRIVE_H
#define LCDDRIVE_H
/*定义LCM控制字*/
#define LCD2002_MODE 0x3C /* 接口数据8位,显示2行,字体为1号 */
#define LCD2002_NO_FLASH 0x0C /* 屏幕显示开,无
www.eeworm.com/read/135744/13903185
h lcd1602.h
#ifndef LCDDRIVE_H
#define LCDDRIVE_H
/*定义LCM控制字*/
#define LCD1602_MODE 0x3C /* 接口数据8位,显示2行,字体为1号 */
#define LCD1602_NO_FLASH 0x0C /* 屏幕显示开,无
www.eeworm.com/read/437093/7755481
lis main.lis
.module main.c
.area data(ram, con, rel)
0000 _RecCount::
0000 .blkb 1
.area idata
0000 00
www.eeworm.com/read/490248/6461103
c cbj.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "myh.h"