Edwin Cho / Mbed 2 deprecated TSL2591

Dependencies:   mbed

Revision:
1:308cc5302475
Parent:
0:815555c72774
Child:
2:dd10c541a3dc
--- a/TSL2591.h	Sun Mar 13 03:10:20 2016 +0000
+++ b/TSL2591.h	Sun Mar 13 19:08:41 2016 +0000
@@ -79,7 +79,7 @@
     void enable(void);
     void disable(void);
     void setGain(tsl2591Gain_t gain);
-    void setIntegration(tsl2591IntegrationTime_t integ);
+    void setTime(tsl2591IntegrationTime_t integ);
     void getALS(void);
     
     protected: