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:
97:3d5d489206aa
Parent:
87:5f31c157ed15
Child:
101:50377edb21c6
--- a/Arduino-mbed-APIs/arduino-d21.cpp	Tue Nov 14 14:52:01 2017 +0100
+++ b/Arduino-mbed-APIs/arduino-d21.cpp	Sat Nov 18 13:54:15 2017 +0100
@@ -262,13 +262,11 @@
     return count;
 }
 
-
-Tcc *getTimeout_tcc(void)
+TIMER_REF *getTimeoutTimer(void)
 {
     return TCC_data[USE_TCC_TIMEOUT].tcc_ptr;
 }
 
-
 void stopTimer(Tcc *t)
 {
     t->CTRLA.reg &= ~TCC_CTRLA_ENABLE;   // Disable TC
@@ -424,6 +422,6 @@
     __WFI(); // wait for interrupt
 }
 
-#endif // D21 TCC Timer, sleep, etc-
+#endif // D21 TCC Timer, sleep, etc.
 
 #endif // ARDUINO