mm

Dependencies:   VL53L0X

Revision:
18:2413acea538f
Parent:
17:f8187a3fa36e
--- a/XNucleo53L0A1.h	Tue Oct 10 08:48:41 2017 +0000
+++ b/XNucleo53L0A1.h	Fri Oct 13 15:32:03 2017 +0000
@@ -88,7 +88,7 @@
      * @param[in] PinName gpio1_right Mbed DigitalOut pin name to be used as a right sensor GPIO_1 INT
      */
     XNucleo53L0A1(DevI2C *ext_i2c, PinName gpio1_centre,
-                    PinName gpio1_left, PinName gpio1_right) : dev_i2c(ext_i2c)
+                  PinName gpio1_left, PinName gpio1_right) : dev_i2c(ext_i2c)
     {
         stmpe1600_exp0 = new Stmpe1600(ext_i2c, (0x43 * 2));     // U21
 
@@ -160,7 +160,7 @@
      * @return      Pointer to the object instance
      */
     static XNucleo53L0A1 *instance(DevI2C *ext_i2c, PinName gpio1_centre,
-                                     PinName gpio1_left, PinName gpio1_right);
+                                   PinName gpio1_left, PinName gpio1_right);
 
     /**
      * @brief       Initialize the board and sensors with deft values