Here it is ...

Dependencies:   libxDot-mbed5 TSL2561

Fork of Dot-Examples by MultiTech

Revision:
35:b51d482e9731
Parent:
33:79e4c812d91d
Child:
37:4818522075f8
--- a/examples/inc/dot_util.h	Sun Jul 22 17:25:10 2018 +0000
+++ b/examples/inc/dot_util.h	Tue Jul 24 11:57:49 2018 -0400
@@ -37,8 +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*); 
+
 #endif