?? xbee-phy.h
字號:
/******************************************************************
* Header file providing hooks into PHY-level I/O line control
* for the XBee platform.
*
* (c) Copyright 2006, MaxStream, Inc.
*
******************************************************************/
#ifndef _XBEE_PHY_H_
#define _XBEE_PHY_H_
#include "pub_def.h"
enum{
PHY_SLEEP,
PHY_WAKE
};
void XBee_Phy_IO(UINT8); //Phy-level function prototype. Configure XBee Phy IO
#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -