EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
si114x_uv_index.h
Go to the documentation of this file.
1 /**************************************************************************/
16 #ifndef __SI1146_UV_INDEX_H
17 #define __SI1146_UV_INDEX_H
18 
19 int Si114x_MeasureUVIndex(u16 *uvIndex);
20 
21 int Si114x_ConfigureUV(int fullInit, HANDLE *handle);
22 
23 int Si114x_EnableVisRange(int vis_range_bit);
24 
25 
26 #endif
unsigned short int u16
Definition: bmp280.h:283
int Si114x_MeasureUVIndex(u16 *uvIndex)
Reads the UV index measurement data from the Si114x.
int Si114x_ConfigureUV(int fullInit, HANDLE *handle)
Initializes and configures the Si1146 sensor for UV index measurements.
int Si114x_EnableVisRange(int vis_range_bit)
Set the VIS_RANGE bit of the optical sensor Si114x.