Vishay UV Sensor I2C library

Revision:
3:d0d23d5abf34
Parent:
2:0f3bb80aba40
--- a/VEML6075.h	Fri May 19 04:42:59 2017 +0000
+++ b/VEML6075.h	Fri May 19 05:20:22 2017 +0000
@@ -91,6 +91,11 @@
  * get raw UVD data
  * @param uint16_t *uvddata 
  * @returns none
+ *
+ * @note UVD was defined in the sample device datasheet
+ * @note but in the released device datasheet, it's gone
+ * @note so if you are using production version device
+ * @note make this function just return 0 to possible side effect.
  */
 void getUVDData(uint16_t *uvddata) ;