Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: TSL2591.h
- 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: