sarahemm / arduino-as1115

Arduino library to control the austriamicrosystems AS1115 LED driver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Can two AS1115 chips be controlled using this library?

clone45 opened this issue · comments

Can two AS1115 chips be controlled using this library? I have two different AS1115 chips on the same I2C line, and I'm worried that the addresses will conflict. Thanks!

commented

Yep! You can set two bits of the address, per the datasheet. I'm using this library on a project driving 16 7-segment displays with 2x AS1115s and it's working fine :)