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: SDFileSystem mbed
Fork of All_Combined_Real by
Diff: XBeeLib.h
- Revision:
- 5:6532c5a5f576
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/XBeeLib.h Wed Mar 23 14:32:41 2016 +0000 @@ -0,0 +1,12 @@ +#ifndef XBEE_LIB_H +#define XBEE_LIB_H + +#include "mbed.h" + +void XBeeInit(Serial *pcLogger); + +void XBeeSend(const char *message, int length); + +void XBeeDestroy(); + +#endif \ No newline at end of file
