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.
Fork of SX1276GenericLib by
Diff: sx1276/sx1276-mbed-hal.h
- Revision:
- 61:08b50780eb91
- Parent:
- 51:aef3234bcb71
- Child:
- 64:b721e6ab656a
--- a/sx1276/sx1276-mbed-hal.h Mon May 29 16:58:41 2017 +0200 +++ b/sx1276/sx1276-mbed-hal.h Wed May 31 14:07:40 2017 +0200 @@ -116,13 +116,6 @@ 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 * * @param [IN] channel Channel frequency in Hz @@ -232,6 +225,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_MBED_HAL_H__