Crates.io | max1720x |
lib.rs | max1720x |
version | 0.1.0 |
source | src |
created_at | 2022-04-26 21:01:02.128492 |
updated_at | 2022-04-26 21:01:02.128492 |
description | An embedded-hal driver for the MAX1720x fuel gauge ICs |
homepage | |
repository | https://github.com/cillian64/max1720x |
max_upload_size | |
id | 575733 |
size | 8,791 |
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.