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:
5:2e759cc06191
Parent:
3:ddeb620fb25e
--- 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);