wireless debugging via Bluetooth Bee module wiki: http://mbed.org/cookbook/Wireless-Debugging-with-Bluetooth-Bee
Diff: BluetoothBee.h
- Revision:
- 2:0c8cd82a5a45
- Parent:
- 0:4e1c16dddbad
--- a/BluetoothBee.h Fri Mar 30 19:39:58 2012 +0000 +++ b/BluetoothBee.h Fri Mar 30 19:46:07 2012 +0000 @@ -13,7 +13,6 @@ class BluetoothBee: public Serial { public: BluetoothBee(PinName tx, PinName rx); - void setup(); };