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

Dependencies:   SensoryTest

Fork of btbee by Nikolas Goldin

Revision:
5:2e759cc06191
Parent:
3:ddeb620fb25e
--- a/btbee.h	Wed Feb 05 11:18:48 2014 +0000
+++ b/btbee.h	Fri May 09 12:31:40 2014 +0000
@@ -5,6 +5,7 @@
 #define DEFAULT_BAUD 115200
 #define AT_BAUD 38400
 
+// this is a test comment
 class btbee: public Serial{
  public: 
   btbee(PinName respin, PinName tx, PinName rx);