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: libxDot-mbed5 TSL2561
Fork of Dot-Examples by
Diff: examples/inc/dot_util.h~
- Revision:
- 33:79e4c812d91d
- Parent:
- 32:cc05a2e80969
- Child:
- 35:b51d482e9731
diff -r cc05a2e80969 -r 79e4c812d91d examples/inc/dot_util.h~ --- a/examples/inc/dot_util.h~ Thu Jul 12 12:54:47 2018 -0400 +++ b/examples/inc/dot_util.h~ Thu Jul 19 10:48:47 2018 -0400 @@ -7,6 +7,7 @@ #include "MTSLog.h" #include "MTSText.h" #include "example_config.h" +#include <stdlib.h> extern mDot* dot; @@ -22,7 +23,7 @@ void update_network_link_check_config(uint8_t link_check_count, uint8_t link_check_threshold); -void join_network(); +void join_network(Serial*); void sleep_wake_rtc_only(bool deepsleep); @@ -38,4 +39,6 @@ void send_data(std::vector<uint8_t> data); +uint8_t get_light_data(); + #endif