Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Check_VL6180XA1_ToF
Fork of X_NUCLEO_6180XA1 by
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] |
{
(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.
Generated on Tue Jul 12 2022 22:24:22 by
1.7.2
