mbed library to connect to rfduino

Dependents:   RFDuino_example

Revision:
5:cd05cc4dd824
Parent:
4:7cbe6036c44e
--- a/RFDuino.h	Wed Jan 08 20:57:52 2014 +0000
+++ b/RFDuino.h	Wed Jan 08 21:06:52 2014 +0000
@@ -132,7 +132,7 @@
     
     /**
      *  Do a handshake with the device
-     *  @return 1 if the device is connected, 0 otherwise
+     *  @return 1 if the RFduino device is connected, 0 otherwise
      */
     bool handshake(void);
     
@@ -144,7 +144,7 @@
     
     /**
      *  Check to see if the device is connected
-     *  @return 1 if the device is connected, 0 otherwise
+     *  @return 1 if Bluetooth Connection is established, 0 otherwise
      */
     bool isConnected(void);