si1145 library

Dependents:   FRDM_ApplicationShield_GroveSensors

Revision:
8:4511725f06b2
Parent:
6:642ece0fad39
Child:
10:ba32b0098ee8
diff -r 3e3fe1852990 -r 4511725f06b2 SI1145.h
--- a/SI1145.h	Sun Jun 14 01:36:06 2015 +0000
+++ b/SI1145.h	Sun Jun 14 01:40:33 2015 +0000
@@ -41,15 +41,15 @@
    /** Begin Initialization SI1145 sensor
      *  Configure sensor setting and read parameters for calibration
      */
-    int getUV(void);
+    uint16_t getUV(void);
     /** Read the current VIS value from SI1145 sensor
      */
-    int getVIS(void);
+    uint16_t getVIS(void);
     float getUVlsb(void);
     float getUVmsb(void);
     /** Read the current IR value from SI1145 sensor
      */
-    int getIR(void);
+    uint16_t getIR(void);
     /** Read the current PROX value from SI1145 sensor
      */
     uint16_t getPROX(void);