andhieSetyabudi / BQ25896

Arduino Library for access BQ25896 through I2C ( Wire )
MIT License
7 stars 3 forks source link

Wrong address #3

Closed Mala2 closed 3 years ago

Mala2 commented 3 years ago

on the .h file, the address was 0x6b while the correct one is 0x6a. please check:https://e2e.ti.com/support/power-management/f/196/t/507682?BQ25895-I2C-Address-and-I2c-voltage

Anyway, I changed it to 0x6a and everything seems to work fine. Thanks a lot for your work

andhieSetyabudi commented 3 years ago

Thanks for the information.. I've updated it..