Skip to content

Commit

Permalink
Merge pull request #2 from tannewt/integration_new_line
Browse files Browse the repository at this point in the history
Add missing newline. It doesn't render as a list otherwise.
  • Loading branch information
kattni authored Feb 20, 2018
2 parents a957f4c + a88f29f commit b0a3641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adafruit_tsl2591.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ def gain(self, val):
@property
def integration_time(self):
"""Get and set the integration time of the sensor. Can be a value of:
- `INTEGRATIONTIME_100MS` (100 millis)
- `INTEGRATIONTIME_200MS` (200 millis)
- `INTEGRATIONTIME_300MS` (300 millis)
Expand Down

0 comments on commit b0a3641

Please sign in to comment.