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:
- 0:e7cb710c8900
- Child:
- 1:56f437e4d9e0
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/btbee.h Thu May 16 10:24:06 2013 +0000 @@ -0,0 +1,12 @@ +#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; +}; \ No newline at end of file