Library for use with VL53L1X, intended to represent the Proximity sensor expansion board with the same name.
Dependencies: VL53L1X_mbed
Dependents: HelloWorld_53L1A1 VL53L1A1_Simple_Ranging_With_One_Device VL53L1A1_Simple_Ranging_With_All_Devices VL53L1X_Ranging_With_Multiple_Devices_MbedOS ... more
Diff: XNucleo53L0A1.h
- Revision:
- 18:2413acea538f
- Parent:
- 17:f8187a3fa36e
diff -r f8187a3fa36e -r 2413acea538f XNucleo53L0A1.h
--- 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
X-NUCLEO-53L1A1 Ranging Sensor Expansion Board