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

Dependents:   configure_btbee m3pi_btTest Test_motor m3pi_ng ... more

Files at this revision

API Documentation at this revision

Comitter:
MatthiasK
Date:
Fri May 09 12:31:40 2014 +0000
Parent:
4:3cdbefbd2409
Commit message:
added test comment

Changed in this revision

btbee.h Show annotated file Show diff for this revision Revisions of this file
diff -r 3cdbefbd2409 -r 2e759cc06191 btbee.h
--- 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);