adafruit / Adafruit_CircuitPython_seesaw

seesaw helper IC driver for circuitPython
MIT License
60 stars 35 forks source link

Update get/set_i2c_address() for ATtiny variants #122

Closed caternuson closed 10 months ago

caternuson commented 10 months ago

This is the same general issue fixed in the Arduino library: https://github.com/adafruit/Adafruit_Seesaw/issues/93

The EEPROM location used to store the I2C address varies between SAMD and the ATtiny's. Current library is only using a hardwired value for SAMD.

caternuson commented 10 months ago

Fixed with #123.