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

Dependencies:   BufferedSerial SX1276GenericLib-node1 mbed

Fork of DISCO-L072CZ-LRWAN1_LoRa_PingPong by ST

Revision:
12:a6a37ba1feff
Parent:
11:9d7409ebfa57
--- a/SX1276GenericPingPong/GenericPingPong.h	Fri Aug 18 07:45:44 2017 +0000
+++ b/SX1276GenericPingPong/GenericPingPong.h	Wed Aug 08 22:33:19 2018 +0000
@@ -19,7 +19,8 @@
  * (c) 2017 Helmut Tschemernjak
  * 30826 Garbsen (Hannover) Germany
  */
- 
+#include <string>
+
 #ifndef __SX1276PINGPONG_H__
 #define __SX1276PINGPONG_H__
 
@@ -31,6 +32,9 @@
 /*
  * Callback functions prototypes
  */
+char *splitOnPosition(char *msj, int pos);
+void onButtonEvent();
+void readAnalog();
 /*!
  * @brief Function to be executed on Radio Tx Done event
  */