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

📄 mcu_hw_config.h

📁 在飞思卡尔MC9S08GB60单片机环境下实现了无线监控
💻 H
字号:


/**************************************************************
*	Prototypes
**************************************************************/

void init_gpio(void);
void use_external_clock(void);
void use_mcu_clock(void);
void MC13192_restart(void);
void MC13192_cont_reset(void);
void mcu_init(void);


/**************************************************************
*	Externals
**************************************************************/
extern byte rtx_mode; /* Global mode mirror. */

/**************************************************************
*	Defines
**************************************************************/

#define MCU_LOW_POWER_WHILE _asm wait

⌨️ 快捷键说明

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