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

Commit 9f7e76a

Browse files
committed
typo fix
1 parent 031bd7e commit 9f7e76a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tsl2561/tsl2561.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ void setup(void) {
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!
3333
tsl.setTiming(TSL2561_INTEGRATIONTIME_13MS); // shortest integration time (bright light)
34-
//tsl.setTiming(TSL2561_INTEGRATIONTIME_101MS); // shortest integration time (medium light)
35-
//tsl.setTiming(TSL2561_INTEGRATIONTIME_402MS); // shortest integration time (dim light)
34+
//tsl.setTiming(TSL2561_INTEGRATIONTIME_101MS); // medium integration time (medium light)
35+
//tsl.setTiming(TSL2561_INTEGRATIONTIME_402MS); // longest integration time (dim light)
3636

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

0 commit comments

Comments
 (0)