Initial release.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: X_NUCLEO_53L1A1_mbed X_NUCLEO_53L1A1_mbed VL53L1X_Ranging_With_Standalone_Satellite_MbedOS X_NUCLEO_53L1A1
Diff: VL53L1X_Class.h
- Revision:
- 8:744e8b1b9837
- Parent:
- 7:6d3ab15363a2
- Child:
- 9:1d4f91c8df4b
diff -r 6d3ab15363a2 -r 744e8b1b9837 VL53L1X_Class.h
--- a/VL53L1X_Class.h Wed Jul 24 10:36:51 2019 +0000
+++ b/VL53L1X_Class.h Wed Jul 24 12:28:33 2019 +0000
@@ -251,7 +251,7 @@
* @return 0 on Success
*/
- VL53L1X_ERROR initialise_sensor(uint8_t address){
+ VL53L1X_ERROR init_sensor(uint8_t address){
VL53L1X_ERROR status = 0;
uint8_t sensorState = 0;
vl53l1_off();
@@ -284,12 +284,6 @@
}
- /**
- * @brief Initialize the sensor with default values
- * @return "0" on success
- */
- int init_sensor(uint8_t new_addr);
-
/* Read function of the ID device */
virtual int read_id(uint8_t *id){
int status = 0;