Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot-mbed5 ISL29011
Diff: examples/inc/dot_util.h
- 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