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

📄 hpltda5250datacontrol.nc

📁 tinyos2.0版本驱动
💻 NC
字号:
 /** * Interface for controlling the data interface of the TDA5250 Radio. * This interface lets you switch between Tx and Rx. * In conjunction to this the HplTda5250Data interface  * is used for the actual receiving and sending of data. * * @see HplTda5250Data * @author Philipp Huppertz (huppertz@tkn.tu-berlin.de) */interface HplTda5250DataControl {  /**   * Sets the radio to transmit.    *    * @return SUCCESS on success   *         FAIL otherwise.	*/  async command error_t setToTx();  /**   * Sets the radio to receive.   *   * @return SUCCESS on success   *         FAIL otherwise.	*/  async command error_t setToRx();  }

⌨️ 快捷键说明

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