Line 48 commented out

Dependents:   UPAS_MicroBLE ENV_NODE_REQUEST_POC ENV_F303K8

Fork of SI1145 by Volckens Group Sensors

Revision:
4:27844262d40f
Parent:
3:efef49daeb13
Child:
5:2260652f0296
--- a/SI1145.cpp	Fri Jun 12 22:08:12 2015 +0000
+++ b/SI1145.cpp	Sat Jun 13 16:22:17 2015 +0000
@@ -167,7 +167,7 @@
     i2c.write(address, REG_COMMAND, 2);
 }
 
-uint16_t SI1145::getUV()
+float SI1145::getUV()
 {
     // Variables
     //float valf;                          // uv value
@@ -186,7 +186,7 @@
     return vali;
 }
 
-float SI1145::getVIS()
+uint16_t SI1145::getVIS()
 {
     // Variables
     float valf;                          // vis (IR+UV) value