VEML7700 High Accuracy Ambient Light Sensor with I2C Interface

Dependents:   testVEML7700 ROS_VEML7700_test ROSSerial_MultipleSensors

Revision:
3:67634e08150f
Parent:
2:63196ef2a2ed
--- a/VEML7700.h	Fri May 19 06:09:32 2017 +0000
+++ b/VEML7700.h	Fri May 19 06:18:33 2017 +0000
@@ -29,6 +29,16 @@
  * set ALS Configure register
  * @param uint16_t conf value to set
  * @returns none
+ * @note bit[15:13] (reserved)
+ * @note -
+ * @note bit[12:11] ALS_GAIN Gain selection
+ * @note 00=ALS gain x1, 01=ALS gain x2, 10=ALS gain x(1/8), 11=ALS gain x (1/4)
+ * @note -
+ * @note bit[10] (reserved)
+ * @note -
+ * @note bit[9:6] ALS_IT ALS integration time setting
+ * @note 1100=25ms, 1000=50ms, 0000=100ms, 0001=200ms, 0010=400ms, 0011=800ms
+ * @note -
  * @note bit[5:4] ALS_PERS ALS persistence protect number setting
  * @note 00=1, 01=2, 10= 4, 11=8
  * @note -