si114x_uv_index.h

Go to the documentation of this file.
00001 /**************************************************************************/
00016 #ifndef __SI1146_UV_INDEX_H
00017 #define __SI1146_UV_INDEX_H
00018 
00019 int Si114x_MeasureUVIndex(u16 *uvIndex);
00020 
00021 int Si114x_ConfigureUV(int fullInit, HANDLE *handle);
00022 
00023 int Si114x_EnableVisRange(int vis_range_bit);
00024 
00025 
00026 #endif