asdf

Dependencies:   SDFileSystem mbed

Fork of All_Combined_Real by JanPaul Bergeson

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