Crates.io | atm90e32 |
lib.rs | atm90e32 |
version | 0.1.0 |
source | src |
created_at | 2023-03-28 03:09:21.966389 |
updated_at | 2023-03-28 03:09:21.966389 |
description | A platform-agnostic driver for the ATM90E32 energy metering device. |
homepage | https://github.com/kylehendricks/atm90e32-rs |
repository | https://github.com/kylehendricks/atm90e32-rs |
max_upload_size | |
id | 822699 |
size | 20,259 |
A platform-agnostic driver for the ATM90E32 energy monitor. Implemented with embedded-hal traits. It contains an opinionated initialization of the driver for basic energy monitoring but allows full manual control if desired. Initialization code was heavily inspired by the ESPHome implementation of ATM90E32 sensor.
An example is included in examples/
for the ESP32. It isn't officially included in the Cargo.toml
because I
couldn't figure out a good way to have it compile with the esp rust toolchain without interfering with this library.