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
213 downloads per month
12KB
156 lines
ADP5360 Rust Driver
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