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:
- 47:2bc515eeaa18
- Parent:
- 33:15ea8f985c54
--- a/examples/inc/dot_util.h Mon Mar 01 02:47:26 2021 +0000 +++ b/examples/inc/dot_util.h Sat May 15 02:59:15 2021 +0000 @@ -39,4 +39,6 @@ int send_data(std::vector<uint8_t> data); +// int recv_data(std::vector<uint8_t> &data); + #endif