Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: sx1276/sx1276-arduino-hal.h
- Revision:
- 61:08b50780eb91
- Parent:
- 52:4d304485eda0
--- a/sx1276/sx1276-arduino-hal.h Mon May 29 16:58:41 2017 +0200
+++ b/sx1276/sx1276-arduino-hal.h Wed May 31 14:07:40 2017 +0200
@@ -115,14 +115,7 @@
* \remark Useful when going in MCU lowpower modes
*/
virtual void IoDeInit( void );
-
- /*!
- * \brief Sets the radio output power.
- *
- * @param [IN] power Sets the RF output power
- */
- virtual void SetRfTxPower( int8_t power );
-
+
/*!
* @brief Gets the board PA selection configuration
*
@@ -233,6 +226,14 @@
* @brief Reset the SX1276
*/
virtual void Reset( void );
+
+ /*!
+ * \brief Sets the radio output power.
+ *
+ * @param [IN] power Sets the RF output power
+ */
+ virtual void SetRfTxPower( int8_t power );
+
};
#endif // __SX1276_ARDUINO_HAL_H__