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

📄 top.h

📁 无线传感器星型网络的节点的基站程序,采用802.15.4协议
💻 H
字号:

#ifndef top_H
#define top_H
       //#include <stdint.h>
       #include "generic.h"
	#include "project.h"
	#include "avrhardware.h"
	#include "os.h"
	#include "watchdog.h"
	#include "timer3.h"
	#include "timer_queue.h"
	#include "systime.h"
	#include "kertimer.h"
	
	#include "uart0.h"
	#include "CC2420Const.h"
	#include "cc2420.h"
	#include "phy.h"
	#include "mac.h"
	#include "led.h"
	#include "adc_sensor.h"
	#include "router.h"
#endif

⌨️ 快捷键说明

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