Minimale Veränderungen in Btbee; Die Datenübertragung funktioniert nicht hunderprozentig, v.a. wenn mehrere Bytes übertragen werden.

Fork of btbee by Nikolas Goldin

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;