Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Init functions
Wrapper functions. More...
Functions | |
| VL53L0X_Error | Prepare () |
| Prepare device for operation. | |
| void | Range_start_continuous_mode () |
| Start continuous ranging mode. | |
| uint32_t | Get_distance () |
| Get ranging result and only that. | |
Detailed Description
Wrapper functions.
API init functions
Function Documentation
| uint32_t Get_distance | ( | ) | [inherited] |
Get ranging result and only that.
- Function Description
- Unlike Get_ranging_results() this function only retrieves the range in millimeter
It does any required up-scale translation
It can be called after success ErrState polling or in interrupt mode
- Warning:
- these function is not doing wrap around filtering
This function doesn't perform any data ready check!
- Parameters:
-
p_data Pointer to range distance "0" on success
Definition at line 325 of file VL53L0X.cpp.
| VL53L0X_Error Prepare | ( | ) | [inherited] |
Prepare device for operation.
- Function Description
- Does static initialization and reprogram common default settings
Device is prepared for new measure, ready single shot ranging or ALS typical polling operation
After prepare user can :
- Call other API function to set other settings
- Configure the interrupt pins, etc...
- Then start ranging or ALS operations in single shot or continuous mode
- Call other API function to set other settings
- Parameters:
-
void
- Returns:
- "0" on success
Generated on Mon Jul 18 2022 17:03:18 by
1.7.2