Platform-agnostic Rust driver for the MAX170xx 1-cell/2-cell fuel-gauge systems with ModelGauge for lithium-ion (Li+) batteries.
Compatible with MAX17043, MAX17044, MAX17048 MAX17049, MAX17058 and MAX17059.
/// All possible errors in this crate
#[derive(Debug)]pubenumError<E> {/// I²C communication error
I2C(E),/// Invalid input data provided
InvalidInputData,}