Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions adafruit_veml6075.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
from adafruit_bus_device.i2c_device import I2CDevice
from micropython import const

# pylint: disable=bad-whitespace
_VEML6075_ADDR = const(0x10)

_REG_CONF = const(0x00)
Expand All @@ -63,7 +62,6 @@

# Valid constants for UV Integration Time
_VEML6075_UV_IT = {50: 0x00, 100: 0x01, 200: 0x02, 400: 0x03, 800: 0x04}
# pylint: enable=bad-whitespace


class VEML6075:
Expand Down