atm90e32 0.1.0

A platform-agnostic driver for the ATM90E32 energy metering device.
Documentation

Rust ATM90E32 Driver

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.

Example

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.