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:
71:7067e67902a8
Parent:
67:d3afd803f40d
Child:
83:019da451b283
--- a/LoRa_TODO.txt	Sun Jul 23 15:44:57 2017 +0200
+++ b/LoRa_TODO.txt	Sun Jul 23 16:09:55 2017 +0200
@@ -2,7 +2,6 @@
 Move finished tasks to Done section:
 
 TODOs:
-- add support for Arduino - add sx1276-Arduino-hal.h/cpp
 - add support for Linux - add sx1276-Linux-hal.h/cpp
 - Add support to provide the send/receive packet buffer,
   no need to allocate packet data in the sx1276 driver. Can be provided
@@ -44,4 +43,4 @@
 - Add support for Cad detection before sending a packet, already done in higher 
   level protocols
 - Added initial Arduino support, needs more testing/completion.
-
+- Support for Arduino completed, initial version works.