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

📄 include.h

📁 用于WSN的PDA搜救器
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -