si1145 library

Dependents:   FRDM_ApplicationShield_GroveSensors

Revision:
1:8587b5583343
Parent:
0:0490a77adbc5
Child:
2:4d89a48e6174
--- a/SI1145.h	Wed May 20 03:49:03 2015 +0000
+++ b/SI1145.h	Fri May 29 13:52:22 2015 +0000
@@ -41,18 +41,18 @@
    /** Begin Initialization SI1145 sensor
      *  Configure sensor setting and read parameters for calibration
      */
-    float getUV(void);
+    uint16_t getUV(void);
     /** Read the current VIS value from SI1145 sensor
      */
-    float getVIS(void);
+    uint16_t getVIS(void);
     float getUVlsb(void);
     float getUVmsb(void);
     /** Read the current IR value from SI1145 sensor
      */
-    float getIR(void);
+    uint16_t getIR(void);
     /** Read the current PROX value from SI1145 sensor
      */
-    float getPROX(void);
+    uint16_t getPROX(void);
 
 private: