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: XBeeLib mbed-rtos mbed
Diff: Xbee/xbeeutils.h
- Revision:
- 8:62898720a01d
- Parent:
- 5:2732931df96c
--- a/Xbee/xbeeutils.h Mon Dec 04 21:34:32 2017 +0000 +++ b/Xbee/xbeeutils.h Tue Dec 05 19:36:25 2017 +0000 @@ -18,7 +18,8 @@ void discover(); void xbee_init(); void send_data_to_coordinator(char *message, int length); -void test(); +RemoteXBeeZB get_remote_node(); +void xbee_send(const RemoteXBeeZB& xbzb, char * msg, int length); void xbee_broadcast(char *message, int length); void process_rx_frames(); int split (char *str, char c, char ***arr);
