Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 629 Bytes

LiCharger

Library for controlling the Constant Current Constant Voltage (CC-CV) Lithium-Ion battery charging process. It can be used for adding Li-Ion battery charging functionality to your Arduino project.

Main features:

  • Support for multiple independent parallel charging processes
  • Hardware-independent PWM control via a callback function
  • Failsafe operation and error detection

Usage example:

Git commands:

  • git submodule add ssh://git@github.com/arduino-library/LiCharger src/LiCharger
  • git submodule add https://github.com/arduino-library/LiCharger src/LiCharger