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.
Dependents: MAX326xxFTHR_LoRa_RFM95 MAX326xxFTHR_LoRa_PingPong MAX326xxFTHR_RFM95_LoRa_PingPong MAX326xxFTHR_LoRa_RFM95_PingPong_Example ... more
Fork of SX1276GenericLib by
Diff: radio/radio.h
- Revision:
- 61:08b50780eb91
- Parent:
- 59:38e56c85fa44
- Child:
- 63:5b9d391244dc
--- a/radio/radio.h Mon May 29 16:58:41 2017 +0200
+++ b/radio/radio.h Wed May 31 14:07:40 2017 +0200
@@ -478,6 +478,14 @@
* @param [IN] enable if true, it enables a public network
*/
virtual void SetPublicNetwork( bool enable ) = 0;
+
+ /*!
+ * \brief Sets the radio output power.
+ *
+ * @param [IN] power Sets the RF output power
+ */
+ virtual void SetRfTxPower( int8_t power ) = 0;
+
};
#endif // __RADIO_H__
