Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "lidar/vl53l5cx_platform.h"
Go to the source code of this file.
Macros | |
#define | VL53L5CX_FW_NBTAR_RANGING VL53L5CX_NB_TARGET_PER_ZONE |
Copyright (c) 2021 STMicroelectronics. More... | |
Variables | |
const uint8_t | VL53L5CX_FIRMWARE [] |
This buffer contains the VL53L5CX firmware (MM1.5) More... | |
const uint8_t | VL53L5CX_DEFAULT_CONFIGURATION [] |
This buffer contains the VL53L5CX default configuration. More... | |
const uint8_t | VL53L5CX_DEFAULT_XTALK [] |
This buffer contains the VL53L5CX default Xtalk data. More... | |
const uint8_t | VL53L5CX_GET_NVM_CMD [] |
This buffer is used to get NVM data. More... | |
#define VL53L5CX_FW_NBTAR_RANGING VL53L5CX_NB_TARGET_PER_ZONE |
Copyright (c) 2021 STMicroelectronics.
All rights reserved.
This software component is provided to you as part of a software package and applicable license terms are in the Package_license file. If you received this software component outside of a package or without applicable license terms, the terms of the BSD-3-Clause license shall apply. You may obtain a copy of the BSD-3-Clause at: https://opensource.org/licenses/BSD-3-Clause
Inner internal number of targets.
Definition at line 30 of file vl53l5cx_buffers.h.
const uint8_t VL53L5CX_DEFAULT_CONFIGURATION[] |
This buffer contains the VL53L5CX default configuration.
Definition at line 21550 of file vl53l5cx_buffers.h.
Referenced by vl53l5cx_init().
const uint8_t VL53L5CX_DEFAULT_XTALK[] |
This buffer contains the VL53L5CX default Xtalk data.
Definition at line 21800 of file vl53l5cx_buffers.h.
Referenced by vl53l5cx_init().
const uint8_t VL53L5CX_FIRMWARE[] |
This buffer contains the VL53L5CX firmware (MM1.5)
Definition at line 37 of file vl53l5cx_buffers.h.
Referenced by vl53l5cx_init().
const uint8_t VL53L5CX_GET_NVM_CMD[] |
This buffer is used to get NVM data.
Definition at line 22001 of file vl53l5cx_buffers.h.
Referenced by vl53l5cx_init().