max1720x 0.1.0

An embedded-hal driver for the MAX1720x fuel gauge ICs
Documentation
  • Coverage
  • 87.5%
    7 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 9.34 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • cillian64/max1720x
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cillian64

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.