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

Fork of btbee by Nikolas Goldin

btbee.h

Committer:
ngoldin
Date:
2013-05-16
Revision:
0:e7cb710c8900
Child:
1:56f437e4d9e0

File content as of revision 0:e7cb710c8900:

#include "mbed.h"
#include "platform.h"

class btbee: public Serial{
 public: 
  btbee(PinName respin, PinName tx, PinName rx);
  btbee(void);
  void reset(void);

 protected:
  DigitalOut reset_out;
};