LoRa node acquiring random float value and sending to LoRa Server - Working ok

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
54:0d8ea87fbab9
Parent:
51:aef3234bcb71
Child:
55:00c1f5b83920
--- a/LoRa_TODO.txt	Thu May 18 18:34:54 2017 +0200
+++ b/LoRa_TODO.txt	Fri May 19 11:50:12 2017 +0200
@@ -34,4 +34,7 @@
   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
+- Added return value to Init, we check for a radio availability (May 2017 Helmut)
+- Added a RxSignalPending which verifies if we have a signal pending in receive state. (May 2017 Helmut)
 
+