Library for using the xbee-compatible Bluetooth Bee Module on an m3pi.
Dependents: configure_btbee m3pi_btTest Test_motor m3pi_ng ... more
Revision 5:2e759cc06191, committed 2014-05-09
- 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);