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:
84:3428e25c7157
Parent:
80:62f0b027efff
Child:
88:d120930aeb13
--- a/Arduino-mbed-APIs/arduino-mbed.h	Sun Aug 06 14:23:43 2017 +0200
+++ b/Arduino-mbed-APIs/arduino-mbed.h	Fri Aug 11 15:11:08 2017 +0200
@@ -27,8 +27,9 @@
  #define MYdigitalPinToInterrupt(x)	(x)
 #endif
 
-void InitSerial(Stream *serial);
+void InitSerial(Stream *serial, int timeout_ms);
 extern Stream *ser;
+extern bool SerialUSB_active;
 
 /*
  * Arduino_d21.cpp