
FF1705 support added
Dependencies: libxDot-dev-mbed5-deprecated ISL29011
Fork of Dot-Examples by
Dot-Examples rev. 31:7ec180e84cb6 have been tested with xdot-library 3.0.0-19-gb6c0ba2 and mbed-os-5.6.2
Diff: examples/inc/dot_util.h
- Revision:
- 12:ec9768677cea
- Parent:
- 8:e667f4a507b1
- Child:
- 15:364df461110f
--- a/examples/inc/dot_util.h Tue Oct 11 11:49:56 2016 -0500 +++ b/examples/inc/dot_util.h Tue Oct 11 13:17:42 2016 -0500 @@ -18,6 +18,8 @@ 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 update_peer_to_peer_config(uint8_t *network_address, uint8_t *network_session_key, uint8_t *data_session_key, uint32_t tx_frequency, uint8_t tx_datarate, uint8_t tx_power); + void join_network(); void sleep_wake_rtc_only(bool deepsleep);