main.c

来自「C code for using 8051 to control philiph」· C语言 代码 · 共 15 行

C
15
字号
#include <at89x52.h>#include "i2c.h"#include "ir.h"#include "tuner.h"void main(void) {	IR_Initial();	while(1) {		if ( (PCON & 0x01) == 0)	// If not in idle mode			PCON |= 0x01;			// Enter the Idle Mode	}	}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?