Here it is ...

Dependencies:   libxDot-mbed5 TSL2561

Fork of Dot-Examples by MultiTech

Revision:
37:4818522075f8
Parent:
35:b51d482e9731
Child:
39:0d4362063352
--- a/examples/inc/dot_util.h~	Wed Jul 25 10:39:56 2018 -0400
+++ b/examples/inc/dot_util.h~	Wed Jul 25 14:23:40 2018 -0400
@@ -37,13 +37,13 @@
 
 void sleep_restore_io();
 
-void send_data(std::vector<uint8_t> data, Serial *pc);
+int send_data(std::vector<uint8_t> data, Serial *pc);
 
 /**
 a function which gets light data(manufactures data as of now
 */
 uint8_t get_light_data();
 
-void ascii_converter(*char, uint8_t, std::vector<uint8_t>*, Serial*); 
+void ascii_converter(char*, uint8_t, std::vector<uint8_t>*, Serial*); 
 
 #endif