SparkFun_MAX17043_Particle_Library icon indicating copy to clipboard operation
SparkFun_MAX17043_Particle_Library copied to clipboard

Firmware library for the MAX17043 LiPo fuel gauge IC - used on SparkFun's Photon Battery Shield.

Results 1 SparkFun_MAX17043_Particle_Library issues
Sort by recently updated
recently updated
newest added

There is a while-loop with a delay after the Wire.requestFrom() call. That while-loop is not needed and that delay is not needed. When the Wire.requestFrom() function returns, the I2C transaction...