wip 1028 10:46
This commit is contained in:
parent
bd4a1a0135
commit
9491bcc26f
|
@ -69,8 +69,8 @@ int example11(void);
|
|||
#ifdef L8
|
||||
/* for VL53L8A1 */
|
||||
#define RANGING_FREQUENCY (10U) /* Ranging frequency Hz (shall be consistent with TimingBudget value) */
|
||||
#define LOW_THRESHOLD (2000U)
|
||||
#define HIGH_THRESHOLD (2600U)
|
||||
#define LOW_THRESHOLD (200U)
|
||||
#define HIGH_THRESHOLD (1200U)
|
||||
|
||||
/* Private variables ---------------------------------------------------------*/
|
||||
static RANGING_SENSOR_Capabilities_t Cap;
|
||||
|
|
Loading…
Reference in New Issue