use VL6180XA1 chip wothout X-NUCLEO-6180XA1 Board. Simple way to use the chip.

Dependents:   Check_VL6180XA1_ToF

Fork of X_NUCLEO_6180XA1 by ST

Embed: (wiki syntax)

« Back to documentation index

Init functions

Init functions

API init functions. More...

Variables

static const uint16_t
AlsGainLookUp[8] 
ROMABLE_DATA
 Als Code gain to fix point gain lookup.

Detailed Description

API init functions.


Variable Documentation

const uint16_t AlsGainLookUp [8] ROMABLE_DATA [static]
Initial value:
 {
    (uint16_t)(20.0f * AN_GAIN_MULT),
    (uint16_t)(10.0f * AN_GAIN_MULT),
    (uint16_t)(5.0f  * AN_GAIN_MULT),
    (uint16_t)(2.5f  * AN_GAIN_MULT),
    (uint16_t)(1.67f * AN_GAIN_MULT),
    (uint16_t)(1.25f * AN_GAIN_MULT),
    (uint16_t)(1.0f  * AN_GAIN_MULT),
    (uint16_t)(40.0f * AN_GAIN_MULT),
}

Als Code gain to fix point gain lookup.

Definition at line 99 of file VL6180X.cpp.