Crates.io | axp192 |
lib.rs | axp192 |
version | 0.2.0 |
source | src |
created_at | 2023-10-16 19:02:38.082994 |
updated_at | 2024-08-26 22:07:51.845136 |
description | A driver for the AXP192 power management IC |
homepage | |
repository | https://github.com/rcloran/axp192-rs |
max_upload_size | |
id | 1005016 |
size | 46,764 |
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
.