Shoalhaven Water / Mbed OS Cloudtracker

Dependencies:   libmDot-mbed5 ISL29011

Revision:
33:15ea8f985c54
Parent:
32:febff0fd3195
Child:
47:2bc515eeaa18
--- a/examples/inc/dot_util.h	Thu Sep 13 15:32:55 2018 -0500
+++ b/examples/inc/dot_util.h	Wed Apr 24 12:50:08 2019 +0000
@@ -37,6 +37,6 @@
 
 void sleep_restore_io();
 
-void send_data(std::vector<uint8_t> data);
+int send_data(std::vector<uint8_t> data);
 
 #endif