top.h

来自「协调器的执行程序」· C头文件 代码 · 共 23 行

H
23
字号

#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 + =
减小字号Ctrl + -
显示快捷键?