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:
51:aef3234bcb71
Parent:
50:43f7160e869c
Child:
54:0d8ea87fbab9
--- a/LoRa_TODO.txt	Tue May 16 17:51:21 2017 +0200
+++ b/LoRa_TODO.txt	Wed May 17 15:40:13 2017 +0200
@@ -16,7 +16,8 @@
   it is a good idea to split the OnTimeoutIrq function into separate
   callbacks for RX/TX/Cad timeouts
 - Test if the SX1276 timeouts. Does rx/tx/sync really uses three different
-  timers or just one at a time.
+  timers or just one at a time.
+- Add API to set the LNA gain
 
 
 Done:
@@ -31,3 +32,6 @@
 - Added radio API support to receive the MaxMTUSize (May 2017 Helmut)
 - Added Send optional Send() parameter to include a header,
   this saves additional buffers. (May 2017 Helmut)
+- Added proper void * type from sending data, uint8_t * is not appropriate (May 2017 Helmut)
+- Use also void pointer for FiFo Write/Read and regular SPI Read/Write
+