Skip to content

Commit b0a3641

Browse files
authored
Merge pull request #2 from tannewt/integration_new_line
Add missing newline. It doesn't render as a list otherwise.
2 parents a957f4c + a88f29f commit b0a3641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_tsl2591.py

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ def gain(self, val):
171171
@property
172172
def integration_time(self):
173173
"""Get and set the integration time of the sensor. Can be a value of:
174+
174175
- `INTEGRATIONTIME_100MS` (100 millis)
175176
- `INTEGRATIONTIME_200MS` (200 millis)
176177
- `INTEGRATIONTIME_300MS` (300 millis)

0 commit comments

Comments
 (0)