Line 48 commented out
Dependents: UPAS_MicroBLE ENV_NODE_REQUEST_POC ENV_F303K8
Fork of SI1145 by
Diff: SI1145.h
- Revision:
- 6:642ece0fad39
- Parent:
- 3:efef49daeb13
- Child:
- 8:4511725f06b2
--- a/SI1145.h Sun Jun 14 01:25:38 2015 +0000 +++ b/SI1145.h Sun Jun 14 01:33:47 2015 +0000 @@ -41,15 +41,15 @@ /** Begin Initialization SI1145 sensor * Configure sensor setting and read parameters for calibration */ - float getUV(void); + int getUV(void); /** Read the current VIS value from SI1145 sensor */ - uint16_t getVIS(void); + int getVIS(void); float getUVlsb(void); float getUVmsb(void); /** Read the current IR value from SI1145 sensor */ - uint16_t getIR(void); + int getIR(void); /** Read the current PROX value from SI1145 sensor */ uint16_t getPROX(void);