Minor change.

Dependents:   nanoNucleo_Serial-Bluetooth_test

Fork of HC-05 by Jesper Jakobsen

Revision:
1:703352bac629
Parent:
0:e0c6e95761d2
--- a/HC05.h	Thu Feb 04 20:18:06 2016 +0000
+++ b/HC05.h	Thu Feb 04 21:25:00 2016 +0000
@@ -20,7 +20,7 @@
     
 public:
     HC05(PinName tx, PinName rx);
-    void getValue(int16_t* xVal, int16_t* yVal, int16_t* cVal);
+    bool getValue(int16_t* xVal, int16_t* yVal, int16_t* cVal);
 };
 
 #endif /* _HC05_H_ */   
\ No newline at end of file