- 124
- 0
- 约7.76万字
- 约 12页
- 2016-12-23 发布于贵州
- 举报
/******************************************************************************
* Filename: STC串口2程序
* Prozessor: stc12c5a32ad
* Compiler: Keil Version 7.20
* Author: WangHongQiang
* Date: 2011-1-18
********************************************************************************/
#include reg52.h
#include intrins.h
#define S2RI 0x01 //S2CON.1
#define S2TI 0x02 //S2CON.2
#define S2RB8 0x04 //S2CON.3
#define S2TB8 0x08 //S2CON.4
typedef unsigned int uint;
typedef unsigned char uchar;
sfr P1M1
原创力文档

文档评论(0)