Closed asenelupinn closed 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
thank you so much
hello @ngohoan98 can i help you ?