Waël Hazami / Mbed 2 deprecated Lib_PIXY2

Dependencies:   mbed

Revision:
21:aeb9fb464ef9
Parent:
20:8e3adcaab290
Child:
22:5f76404e2cbc
--- a/pixy2.h	Mon Apr 01 15:34:15 2019 +0000
+++ b/pixy2.h	Mon Apr 08 13:41:43 2019 +0000
@@ -378,7 +378,7 @@
 
 public :
 /**
- * Constructor of pixy2 object.
+ * Constructor of pixy2 UART object.
  *
  * @param tx : the Mbed pin used as TX
  * @param rx : the Mbed pin used as RX
@@ -387,7 +387,7 @@
 PIXY2(PinName tx, PinName rx, int debit = 230400);
 
 /**
- * Destructor of pixy2 object.
+ * Destructor of pixy2 UART object.
  */
 ~PIXY2();
 
@@ -500,7 +500,7 @@
 
 /**
  * Gets all the latest features of Line tracking in the most recent frame.
- * The results are returned in the variables vectors, intersections, and barcodes, respectively.
+ * The results are returned in the variables vectors[], intersections[], and barcodes[], respectively.
  * @note General description : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:line_tracking
  * @note Frame Documentation : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:porting_guide
  * @note Function Documentation : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:pixy2_full_api#plugin_include__wiki__v2__line_api