Skip to content

Releases: electricimp/BQ25895

3.0.0

11 Jul 21:34
839e7c6
Compare
Choose a tag to compare
  • Fixed ADC conversion bug, all getters that use ADC conversion are now async
  • Shortened function names
  • Shortened parameter table slot names
  • Code refactor
  • Added tests to cover async cases
  • Updated current tests
  • Updated docs
  • Updated version

2.0.0

13 Jun 20:16
9933d02
Compare
Choose a tag to compare

Initial release, driver based on v1.0.0 of BQ25895M.

  • Support for default settings on both BQ25895 and BQ25895M

Changes based on BQ25895M v1.0.0 include:

  • Updated enable method parameters (breaking change)
  • Added enable setting option to set charge termination current
  • Added tests
  • Added method to get input status
  • Disabled watchdog, so settings will persist through sleep cycles
    • Removed watchdog timer and kick watchdog, as they are not longer needed
  • Updated docs to reference BQ25895 and BQ25895M support
  • Updated example
  • Updated version number
  • Updated license date