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

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
78:9d2cc07d9525
Parent:
77:7f227a4dffe6
Child:
80:62f0b027efff
--- a/Arduino-mbed-APIs/arduino-mbed.h	Mon Jul 31 16:11:17 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h	Wed Aug 02 10:34:14 2017 +0200
@@ -38,6 +38,7 @@
 extern void stopTimer(Tcc *t);
 extern uint64_t ns_getTicker(void);
 extern Tcc *getTimeout_tcc(void);
+extern int CPUID(uint8_t *buf, int maxSize, uint32_t xorval);
 
 
 extern void sleep(void);