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:
67:d3afd803f40d
Parent:
65:b2d98328fcba
Child:
71:7067e67902a8
--- a/LoRa_TODO.txt	Wed Jul 12 15:11:30 2017 +0200
+++ b/LoRa_TODO.txt	Sun Jul 16 21:25:00 2017 +0200
@@ -17,8 +17,6 @@
 - Test if the SX1276 timeouts. Does rx/tx/sync really uses three different
   timers or just one at a time.
 - Add API to set the LNA gain
-- Registering a new Timeout function within the Interrupt is not malloc save.
-  This is a major race condition problem.