adafruit / Adafruit_CircuitPython_seesaw

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

Adding an additional chip id for Attiny 1616 #130

Closed scirelli closed 7 months ago

scirelli commented 7 months ago

I found the Neopixel board I have has a chip id of 0x43. PR addresses issue #127.

scirelli commented 7 months ago

Set as draft until I can test with my hardware.

scirelli commented 7 months ago

This is working on my hardware even though it's not a valid chip id based on this comment https://github.com/adafruit/Adafruit_CircuitPython_seesaw/issues/127#issuecomment-1917863676

scirelli commented 7 months ago

Closing as the correct chip id is read once you have slowed down the clock speed see https://github.com/adafruit/Adafruit_CircuitPython_seesaw/issues/127#issuecomment-1917921711