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
Fork of Dot-Examples by
Diff: examples/inc/dot_util.h
- Revision:
- 8:e667f4a507b1
- Parent:
- 7:724cb82a113e
- Child:
- 12:ec9768677cea
--- a/examples/inc/dot_util.h Fri Oct 07 12:45:23 2016 -0500 +++ b/examples/inc/dot_util.h Fri Oct 07 15:31:03 2016 -0500 @@ -16,6 +16,8 @@ void update_ota_config_id_key(uint8_t *network_id, uint8_t *network_key, uint8_t frequency_sub_band, bool public_network, uint8_t ack); +void update_manual_config(uint8_t *network_address, uint8_t *network_session_key, uint8_t *data_session_key, uint8_t frequency_sub_band, bool public_network, uint8_t ack); + void join_network(); void sleep_wake_rtc_only(bool deepsleep);