Library for using the xbee-compatible Bluetooth Bee Module on an m3pi.
Dependencies: SensoryTest
Fork of btbee by
Diff: btbee.h
- Revision:
- 3:ddeb620fb25e
- Parent:
- 2:12c38a710982
- Child:
- 5:2e759cc06191
--- a/btbee.h Thu May 16 14:01:24 2013 +0000 +++ b/btbee.h Wed Feb 05 10:32:04 2014 +0000 @@ -14,6 +14,7 @@ void factory_baud(void); void default_baud(void); int read_all(char*,const int, int*); + int read_line(char*,const int, int*); protected: DigitalOut reset_out;