Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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);

