Revision ded1ded7 modules/NUCLEO-L476RG/alldconf.h

View differences:

modules/NUCLEO-L476RG/alldconf.h
33 33
 */
34 34
#include <aos_alldconf.h>
35 35

  
36
#if (BOARD_VL53L1X_CONNECTED == true) || defined(__DOXYGEN__)
37

  
38
/**
39
 * @brief   VL53L1X I2C voltage level configuration.
40
 * @details VL53L1X assumes 1.8V I2C communication by default.
41
 *          This flag triggers the API to set the device to 2.8V mode.
42
 */
43
#define VL53L1X_LLD_I2C_2V8                     true
44

  
45
#endif
46

  
36 47
#endif /* ALLDCONF_H */
37 48

  
38 49
/** @} */

Also available in: Unified diff