us915 ch 9 20dbm

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong

Fork of SX1276GenericLib by Helmut Tschemernjak

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__