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

📄 xbee-phy.h

📁 nRF24E1 sample xBee development
💻 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

⌨️ 快捷键说明

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