Releases: sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library
Releases · sparkfun/SparkFun_MAX1704x_Fuel_Gauge_Arduino_Library
Version 1.0.4
This release:
- Adds
setDevice
which allows the device type to be changed after instantiation, beforebegin
- Adds
setWirePort
which allows the wire port to be set manually, so thatisConnected
can be called beforebegin
- Replaces
boolean
(deprecated) withbool
Version 1.0.3
This release:
- Makes it possible to optionally exclude debug logging from object code - thank you @tonhuisman #8
Version 1.0.2
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
This release adds full support for the MAX17048 and MAX17049.
Version V1.0.0
First release: reworked the Particle library into Arduino format.