File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11name =STM32duino VL53L1X
2- version =1.0.0 
2+ version =1.0.1 
33author =AST
44maintainer =stm32duino
55sentence =Allows controlling the VL53L1X (Time-of-Flight and gesture detection sensor)
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const uint8_t VL51L1X_DEFAULT_CONFIGURATION[] = {
1001000x00 , /*  0x5c : not user-modifiable */ 
1011010x00 , /*  0x5d : not user-modifiable */ 
1021020x01 , /*  0x5e : not user-modifiable */ 
103- 0xdb , /*  0x5f : not user-modifiable */ 
103+ 0xcc , /*  0x5f : not user-modifiable */ 
1041040x0f , /*  0x60 : not user-modifiable */ 
1051050x01 , /*  0x61 : not user-modifiable */ 
1061060xf1 , /*  0x62 : not user-modifiable */ 
@@ -413,6 +413,8 @@ VL53L1X_ERROR VL53L1X::VL53L1X_SetDistanceMode(uint16_t DM)
413413	VL53L1X_ERROR status = 0 ;
414414
415415	status = VL53L1X_GetTimingBudgetInMs (&TB);
416+ 	
417+ 	
416418	switch  (DM) {
417419	case  1 :
418420		status = VL53L1_WrByte (Device, PHASECAL_CONFIG__TIMEOUT_MACROP, 0x14 );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments