xbee-phy.h

来自「nRF24E1 sample xBee development」· C头文件 代码 · 共 20 行

H
20
字号
/******************************************************************
* 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

⌨️ 快捷键说明

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