LoRa node acquiring analog input and sending to LoRa Server - Working ok

Dependents:   DISCO-L072CZ-LRWAN1_LoRa_node EIoT_LoRa_node_1 EIoT_LoRa_node_2 EIoT_LoRa_node_3

Fork of SX1276GenericLib by Helmut Tschemernjak

Revision:
101:50377edb21c6
Parent:
97:3d5d489206aa
Child:
105:6e6d141c3da8
--- a/Arduino-mbed-APIs/arduino-mbed.h	Sun Nov 19 17:49:33 2017 +0100
+++ b/Arduino-mbed-APIs/arduino-mbed.h	Sun Nov 19 17:51:27 2017 +0100
@@ -47,6 +47,7 @@
 extern void stopTimer(TIMER_REF *t);
 extern TIMER_REF *getTimeoutTimer(void);
 extern uint64_t ns_getTicker(void);
+extern void setTickerStartSecs(int secs);
 extern int CPUID(uint8_t *buf, int maxSize, uint32_t xorval);
 extern void sleep(void);
 extern void deepsleep(void);