waveshare-ups-hat-e 0.1.0

A Rust library to monitor the status of a Waveshare UPS HAT E on a Raspberry Pi
Documentation
[[bin]]
name = "waveshare-ups-hat-e"
path = "src/main.rs"

[dependencies.i2cdev]
version = "0.6.2"

[[example]]
name = "ups_monitor"
path = "examples/ups_monitor.rs"

[lib]
name = "waveshare_ups_hat_e"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library to monitor the status of a Waveshare UPS HAT E on a Raspberry Pi"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "waveshare-ups-hat-e"
readme = "README.md"
rust-version = "1.85.0"
version = "0.1.0"