📄 wx_lrwpan.h
字号:
/*
top level include file
should be included by all stack code
includes functions/defintions common to all layers
*2006/08/16 WXL 2.0
*/
#ifndef WXL_LRWPAN_H
#define WXL_LRWPAN_H
typedef unsigned char INT8U;
typedef unsigned short INT16U;
typedef unsigned long INT32U;
#include "compiler.h" //compiler specific
#include "lrwpan_common_types.h" //types common acrosss most files
#include "hal.h"
#include "console.h"
#include "debug.h"
#include "memalloc.h"
#include "neighbor.h"
#include "halStack.h"
#include "evboard.h"
#include "ieee_lrwpan_defs.h"
#include "phy.h"
#include "mac.h"
#include "nwk.h"
#include "aps.h"
#include "zep.h"
#include "Font.h"
#include "lcd128_64.h"
/******************************************************************************
*LCD I/O
*
*******************************************************************************/
#define LCD_RST P1_4
#define LCD_RS P0_0
#define LCD_CLK P1_5
#define LCD_SDO P1_6
#define LCD_CS P1_3
#define LCD_PWR P0_1
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -