Here it is ...

Dependencies:   libxDot-mbed5 TSL2561

Fork of Dot-Examples by MultiTech

Revision:
39:0d4362063352
Parent:
37:4818522075f8
--- a/examples/inc/dot_util.h	Wed Jul 25 18:30:01 2018 +0000
+++ b/examples/inc/dot_util.h	Thu Jul 26 12:03:47 2018 -0400
@@ -8,6 +8,7 @@
 #include "MTSText.h"
 #include "example_config.h"
 #include <stdlib.h>
+#include "TSL2561.h"
 
 extern mDot* dot;
 
@@ -42,7 +43,7 @@
 /**
 a function which gets light data(manufactures data as of now
 */
-uint8_t get_light_data();
+uint8_t get_light_data(TSL2561*, Serial*);
 
 void ascii_converter(char*, uint8_t, std::vector<uint8_t>*, Serial*);