![]() |
firmware
v0.1.2
Chromation Spectrometer Dev-Kit
|
LIS-770i configuration More...
#include "stdint.h"Go to the source code of this file.
Typedefs | |
| typedef uint8_t | lis_cfg |
LIS-770i programmable parameters are type lis_cfg | |
| typedef uint8_t const | lis_cfg_val |
LIS-770i parameter values are type lis_cfg_val | |
Variables | |
| lis_cfg | binning |
| lis_cfg | gain |
| lis_cfg | active_rows |
| lis_cfg_val | BINNING_OFF |
| lis_cfg_val | BINNING_ON |
| lis_cfg_val | GAIN_1X |
| lis_cfg_val | GAIN_2X5 |
| lis_cfg_val | GAIN_4X |
| lis_cfg_val | GAIN_5X |
| lis_cfg_val | ALL_ROWS_ACTIVE |
| lis_cfg_val | ONLY_ROW_1_ACTIVE |
| lis_cfg_val | ONLY_ROW_2_ACTIVE |
| lis_cfg_val | ONLY_ROW_3_ACTIVE |
| lis_cfg_val | ONLY_ROW_4_ACTIVE |
| lis_cfg_val | ONLY_ROW_5_ACTIVE |
LIS-770i configuration
binning, gain, and active_rowsbinning: control LIS-770i pixel pitchgain: there are four gain settings in the LIS-770iactive_rows: there are five rows in the LIS-770i1 to 5 are the row numbersx is don't careTODO: write documentation on configuring the LIS-770i
Definition in file LisConfig.h.