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

no-std adp5360

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

3 unstable releases

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

#679 in Embedded development

Download history 280/week @ 2024-12-10 73/week @ 2024-12-17 2/week @ 2025-01-07

150 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

~185KB