Here it is ...

Dependencies:   libxDot-mbed5 TSL2561

Fork of Dot-Examples by MultiTech

Revision:
33:79e4c812d91d
Parent:
32:cc05a2e80969
Child:
35:b51d482e9731
--- a/examples/inc/dot_util.h	Thu Jul 12 12:54:47 2018 -0400
+++ b/examples/inc/dot_util.h	Thu Jul 19 10:48:47 2018 -0400
@@ -7,6 +7,7 @@
 #include "MTSLog.h"
 #include "MTSText.h"
 #include "example_config.h"
+#include <stdlib.h>
 
 extern mDot* dot;
 
@@ -36,6 +37,8 @@
 
 void sleep_restore_io();
 
-void send_data(std::vector<uint8_t> data);
+void send_data(std::vector<uint8_t> data, Serial *pc);
+
+uint8_t get_light_data();
 
 #endif