Skip to content

Commit

Permalink
Merge pull request #1 from standsi:TestBlack
Browse files Browse the repository at this point in the history
code change reformatted with black
  • Loading branch information
standsi authored Nov 8, 2023
2 parents 1954111 + 6012169 commit 0cb9ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_veml7700.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self, i2c_bus: I2C, address: int = 0x10) -> None:
for _ in range(3):
try:
# Set lowest gain to keep from overflow on init if bright light
self.light_gain=self.ALS_GAIN_1_8
self.light_gain = self.ALS_GAIN_1_8
#
self.light_shutdown = False # Enable the ambient light sensor
break
Expand Down

0 comments on commit 0cb9ae7

Please sign in to comment.