mbed library to connect to rfduino

Dependents:   RFDuino_example

Files at this revision

API Documentation at this revision

Comitter:
dbarbi1
Date:
Wed Jan 08 21:06:52 2014 +0000
Parent:
4:7cbe6036c44e
Commit message:
minor documentation update

Changed in this revision

RFDuino.h Show annotated file Show diff for this revision Revisions of this file
--- 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);