andhieSetyabudi / BQ25896

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

BQ25896 #1

Closed asenelupinn closed 4 years ago

andhieSetyabudi commented 4 years ago

hello @ngohoan98 can i help you ?

andhieSetyabudi commented 4 years ago

are you using bluepill? BQ25896 is battery-management system ( charging ) that use I2C for communication line. so u can wiring sda & scl from STM32F103 to BQ chip.

create the obj by calling

BQ25896 battery_charging(Wire);

to update properties of your measurement, use

battery_charging.properties();

or you can try to type a program, same as in readme

asenelupinn commented 4 years ago

thank you so much