I picked up a few of these charging chips for a project that can charge LiFePo4 & Li-Ion batteries due to its adjustable charging voltage range.
It comes with a library that can be used to program the charging voltage and current and read error messages via i2c.
The library is throwing some issues that need to be addressed before compiling.
I wanted to ask for some advice before digging in and making changes trying to fix this myself.
The library on Github is here: https://github.com/ambergarageDIY/BQ24250
When I try to compile this in Particle Dev I get the following message:
@ScruffR What is the deal with the invalid conversion? How would you suggest to fix it?
Any help is greatly appreciated!