Skip to content

Releases: sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library

Version 1.0.4

03 Oct 15:13
b7a60ab
Compare
Choose a tag to compare

This release:

  • Adds setDevice which allows the device type to be changed after instantiation, before begin
  • Adds setWirePort which allows the wire port to be set manually, so that isConnected can be called before begin
  • Replaces boolean (deprecated) with bool

Version 1.0.3

09 Aug 15:46
2976f76
Compare
Choose a tag to compare

This release:

  • Makes it possible to optionally exclude debug logging from object code - thank you @tonhuisman #8

Version 1.0.2

27 Dec 09:36
2e86bac
Compare
Choose a tag to compare

This release:

  • Resolves issue #2 - thank you @Koepel
  • Resolves issue #4 - thank you @kiowadriver
  • Corrects a compiler warning in setThreshold
  • Adds extra debug messages in read16

Version V1.0.1

30 Oct 15:32
Compare
Choose a tag to compare

This release adds full support for the MAX17048 and MAX17049.

Version V1.0.0

23 Oct 16:46
Compare
Choose a tag to compare

First release: reworked the Particle library into Arduino format.