include.h
来自「用于WSN的PDA搜救器」· C头文件 代码 · 共 39 行
H
39 行
#ifndef _INCLUDE_H
#define _INCLUDE_H
///////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////
#include <hidef.h> /* for EnableInterrupts macro */
#include "MC9S08GB60.h"
#include "MC13192_regs.h"
#include "config.h"
#include "pub_def.h"
#include "mcu_hw_config.h"
#include "mc13192_hw_config.h"
#include "port_config_MC1321x.h"
#include "mcu_spi_config.h"
#include "SCI.h"
#include "flash.h"
#include "TPM.h"
#include "drivers.h"
#include "zigbee.h"
#include "simple_phy.h"
#include "simple_mac.h"
#include "simple_nwk.h"
#include "saver.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?