Here it is ...
Dependencies: libxDot-mbed5 TSL2561
Fork of Dot-Examples by
Diff: examples/inc/dot_util.h
- Revision:
- 32:cc05a2e80969
- Parent:
- 25:56f7775c702f
- Child:
- 33:79e4c812d91d
--- a/examples/inc/dot_util.h Wed Jul 11 13:40:54 2018 -0400 +++ b/examples/inc/dot_util.h Thu Jul 12 12:54:47 2018 -0400 @@ -22,7 +22,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);