axp192

Crates.ioaxp192
lib.rsaxp192
version0.2.0
sourcesrc
created_at2023-10-16 19:02:38.082994
updated_at2024-08-26 22:07:51.845136
descriptionA driver for the AXP192 power management IC
homepage
repositoryhttps://github.com/rcloran/axp192-rs
max_upload_size
id1005016
size46,764
Russell Cloran (rcloran)

documentation

README

AXP192 Power Management IC, Rust library

Build status docs.rs Crates.io

Example

examples/m5stack-core2.rs demonstrates configuring and reading from the AXP192 on an M5Stack Core2.

This example uses the Rust on ESP toolchain and esp32-hal crate, which requires some setup.

You can run this example on your device with cargo run --example m5stack-core2.

Commit count: 11

cargo fmt