Skip to content
This repository was archived by the owner on May 7, 2019. It is now read-only.

Commit 031bd7e

Browse files
committed
fixed to match tutorial
1 parent f1cf3ec commit 031bd7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/tsl2561/tsl2561.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ void setup(void) {
3030

3131
// Changing the integration time gives you a longer time over which to sense light
3232
// longer timelines are slower, but are good in very low light situtations!
33-
//tsl.setTiming(TSL2561_INTEGRATIONTIME_13MS); // shortest integration time (bright light)
33+
tsl.setTiming(TSL2561_INTEGRATIONTIME_13MS); // shortest integration time (bright light)
3434
//tsl.setTiming(TSL2561_INTEGRATIONTIME_101MS); // shortest integration time (medium light)
35-
tsl.setTiming(TSL2561_INTEGRATIONTIME_402MS); // shortest integration time (dim light)
35+
//tsl.setTiming(TSL2561_INTEGRATIONTIME_402MS); // shortest integration time (dim light)
3636

3737
// Now we're ready to get readings!
3838
}

0 commit comments

Comments
 (0)