St-connect

Dependencies:   HP206C mbed WakeUp QMC5883L DHT22 DS1820

  1. ST Conect Project Look how we did it : [Hackster](https://www.hackster.io/monginjulien/st-connect-dike-monitoring-534a32)
Revision:
13:8cbc053fdca1
Parent:
12:41fa5a145a22
--- a/main.cpp	Tue Jan 08 15:06:23 2019 +0000
+++ b/main.cpp	Tue Jan 08 15:23:11 2019 +0000
@@ -71,6 +71,11 @@
 float ground_humidity = 0.5;
 int16_t magnetic_field[3] = {}; // x, y, z
 
+/*
+ * Empty callback of the deepsleep because in this version of mbed, the wakeup
+ * does not work without it. 
+ * But the code inside it is not executed !
+ */
 void mycallback()
 {
 }