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 54f38e5 commit 828493aCopy full SHA for 828493a
adafruit_seesaw/seesaw.py
@@ -440,7 +440,7 @@ def disable_encoder_interrupt(self, encoder=0):
440
# return self.read8(SEESAW_SERCOM0_BASE + sercom, SEESAW_SERCOM_DATA)
441
442
def _get_eeprom_i2c_addr(self):
443
- """ Return the EEPROM address used to store I2C address."""
+ """Return the EEPROM address used to store I2C address."""
444
chip_id = self.chip_id
445
if chip_id in (
446
_ATTINY806_HW_ID_CODE,
0 commit comments