max1720x

Crates.iomax1720x
lib.rsmax1720x
version0.1.0
sourcesrc
created_at2022-04-26 21:01:02.128492
updated_at2022-04-26 21:01:02.128492
descriptionAn embedded-hal driver for the MAX1720x fuel gauge ICs
homepage
repositoryhttps://github.com/cillian64/max1720x
max_upload_size
id575733
size8,791
David Turner (cillian64)

documentation

README

max1720x

An embedded-hal driver for the MAX1720x fuel gauge ICs

This driver is loosely based on Tock's MAX17205 driver but rewritten to use embedded-hal's I2C driver instead of the one built in to Tock's kernel. It does not take ownership of the I2C bus so works in conjunction with other I2C drivers.

Tested on a Raspberry Pi with a MAX17205 but should in theory work on any embedded-hal I2C device and with any of the MAX1720x family of ICs.

Commit count: 2

cargo fmt