We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70516fd commit 94af18bCopy full SHA for 94af18b
adafruit_as7341.py
@@ -41,7 +41,6 @@
41
from adafruit_register.i2c_bit import RWBit
42
from adafruit_register.i2c_bits import ROBits, RWBits
43
44
-# pylint: disable=bad-whitespace
45
_AS7341_DEVICE_ID = const(0b001001) # Correct content of WHO_AM_I register
46
_AS7341_I2CADDR_DEFAULT = const(0x39) # AS7341 default i2c address
47
_AS7341_CHIP_ID = const(0x09) # AS7341 default device id from WHOAMI
0 commit comments