Minimale Veränderungen in Btbee; Die Datenübertragung funktioniert nicht hunderprozentig, v.a. wenn mehrere Bytes übertragen werden.
Fork of btbee by
Diff: btbee.h
- Revision:
- 1:56f437e4d9e0
- Parent:
- 0:e7cb710c8900
- Child:
- 2:12c38a710982
diff -r e7cb710c8900 -r 56f437e4d9e0 btbee.h --- a/btbee.h Thu May 16 10:24:06 2013 +0000 +++ b/btbee.h Thu May 16 12:09:30 2013 +0000 @@ -6,6 +6,7 @@ btbee(PinName respin, PinName tx, PinName rx); btbee(void); void reset(void); + int read_all(char*,const int, int*); protected: DigitalOut reset_out;