Library for using the xbee-compatible Bluetooth Bee Module on an m3pi.
Dependencies: SensoryTest
Fork of btbee by
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; };