SX1276GenericLib to support sx1276 bassed LoRa modules, including HopeRF RFM95, Murata CMWX1ZZABZ and Semtech SX1276MB1MAS/SX1276MB1LAS modules

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_PingPong DISCO-L072CZ-LRWAN1_LoRa_USB_Rx ... more

Fork of SX1276Lib by Semtech

Revision:
19:71a47bb03fbb
Parent:
18:99c6e44c1672
Child:
20:e05596ba4166
--- a/sx1276/sx1276.cpp	Fri Jul 10 14:24:45 2015 +0000
+++ b/sx1276/sx1276.cpp	Wed Aug 12 14:34:03 2015 +0000
@@ -109,7 +109,7 @@
     SetChannel( initialFreq );
 }
 
-RadioState SX1276::GetState( void )
+RadioState SX1276::GetStatus( void )
 {
     return this->settings.State;
 }