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

Commit db39f9a

Browse files
author
Kevin Townsend
committed
Fixed 402ms integration time timeout
1 parent 58e24df commit db39f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

TSL2561.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
/**************************************************************************/
32
/*!
43
@file tsl2561.c
@@ -224,7 +223,7 @@ uint32_t TSL2561::getFullLuminosity (void)
224223
delay(102);
225224
break;
226225
default:
227-
delay(400);
226+
delay(403);
228227
break;
229228
}
230229

0 commit comments

Comments
 (0)