#embedded-hal-driver #power-management #battery #async

no-std adp5360

An async embedded-hal driver for the ADP5360 Power Management IC

3 unstable releases

new 0.2.1 Dec 15, 2024
0.2.0 Dec 15, 2024
0.1.0 Dec 14, 2024

#609 in Embedded development

Download history 213/week @ 2024-12-09

213 downloads per month

MIT license

12KB
156 lines

ADP5360 Rust Driver

Rust codecov

An async embedded-hal driver for the ADP5360 Power Management IC.

Features

  • Battery charging control
  • Battery voltage reading
  • Async I2C communication
  • no_std compatible

Installation

Add this to your Cargo.toml:

[dependencies]
adp536x = "0.1.0"

Usage

See the examples directory for usage examples.

Dependencies

~180KB