Mauricio Parra / Mbed OS mdot_Junio202020

Dependencies:   libmDot-mbed5 DHT

Revision:
40:fd79ed63e852
Parent:
33:15ea8f985c54
Child:
41:58c060ce07e5
--- a/examples/inc/dot_util.h	Thu Dec 19 09:33:42 2019 -0600
+++ b/examples/inc/dot_util.h	Sat Apr 04 21:45:48 2020 +0000
@@ -7,6 +7,7 @@
 #include "MTSLog.h"
 #include "MTSText.h"
 #include "ISL29011.h"
+#include "DHT.h"
 #include "example_config.h"
 
 extern mDot* dot;
@@ -39,4 +40,6 @@
 
 int send_data(std::vector<uint8_t> data);
 
+int recv_data(std::vector<uint8_t> data);
+
 #endif