bluetooth
Fork of btbee by
Diff: btbee.h
- Revision:
- 3:6d8cebc874fb
- Parent:
- 2:12c38a710982
--- a/btbee.h Thu May 16 14:01:24 2013 +0000 +++ b/btbee.h Fri May 17 11:14:20 2013 +0000 @@ -9,11 +9,13 @@ public: btbee(PinName respin, PinName tx, PinName rx); btbee(void); + + // functions void reset(void); void at_baud(void); void factory_baud(void); void default_baud(void); - int read_all(char*,const int, int*); + int read_all(char*,const int, int*); protected: DigitalOut reset_out;