bitbank2 / BitBang_I2C

A software I2C implementation to run on any GPIO pins on any system
GNU General Public License v3.0
235 stars 31 forks source link

[Enhancement suggestion] add power management i2c chips #13

Closed cyberman54 closed 3 years ago

cyberman54 commented 3 years ago

AXP192, AXP202, PM5306 are popular cheap power management chips with i2c interface, found in many chinese market devices. Would be great to have them included in this library. Not sure if those can be identified by chip id.

cyberman54 commented 3 years ago

Edit: found some probing code for AXP192 (no chip id) and AXP202 (has chip id).