eep.h
来自「基于Keil uVision2平台的C51控制温度老化试验箱的源代码。 1、温」· C头文件 代码 · 共 28 行
H
28 行
/*//////////////////////////////////*/
/* */
/* Pressure_Control */
/* Version_1.1 */
/* AHTL_2007_5 */
/* */
/* */
/* EEP.H */
/* */
/*//////////////////////////////////*/
//sfr wmcon=0x96;
//#define SomeNOP(); {_nop_();_nop_();_nop_();_nop_();}
#define s_delay(); {_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();_nop_();}
sbit sda=P2^4;
sbit scl=P2^5;
/*-------------------------------------------------------------------------
char _read_eep_byte(unsigned int );
void _write_eep_byte(unsigned int ,char);
unsigned int _read_eep_word(unsigned int );
void _write_eep_word(unsigned int ,unsigned int);
-------------------------------------------------------------------------*/
unsigned char _read_eep_byte (unsigned int);
void _write_eep_byte (unsigned int,unsigned char);
//unsigned int _read_eep_word (unsigned int);
//void _write_eep_word (unsigned int,unsigned int);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?