Solved
Clarification about OPERATION constants in VL53L8CX ULD
Hi, just wondering if these constants (specifically NONE and OR both being 0) in the ULD for VL53L8CX are correct
#define VL53L8CX_OPERATION_NONE ((uint8_t)0U)
#define VL53L8CX_OPERATION_OR ((uint8_t)0U)
#define VL53L8CX_OPERATION_AND ((uint8_t)2U)it look like it should be a sequence (0, 1, 2) so the repeated (0, 0, 2) appears out of place. It's hard to tell from the examples if this is intentional though.
