Library for using the xbee-compatible Bluetooth Bee Module on an m3pi.

Dependencies:   SensoryTest

Fork of btbee by Nikolas Goldin

Revision:
0:e7cb710c8900
Child:
1:56f437e4d9e0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/btbee.h	Thu May 16 10:24:06 2013 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+#include "platform.h"
+
+class btbee: public Serial{
+ public: 
+  btbee(PinName respin, PinName tx, PinName rx);
+  btbee(void);
+  void reset(void);
+
+ protected:
+  DigitalOut reset_out;
+};
\ No newline at end of file