⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.c

📁 C code for using 8051 to control philiphs I2C FM tuner (use sdcc compiler)
💻 C
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -