mbed library to connect to rfduino
Revision 5:cd05cc4dd824, committed 2014-01-08
- 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 |
diff -r 7cbe6036c44e -r cd05cc4dd824 RFDuino.h --- 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);