View on GitHub

MAX1704X Arduino Library

Arduino library for MAX17043/MAX17044 lithium ion battery fuel gauge.

Home - Getting Started - Constructor - Initialization - Functions - Examples

deviceFound() - findFirstDevice() - address() - adc() - voltage() - percent() - version() - compensation() - sleep() - isSleeping() - wake() - reset() - quickstart() - alertIsActive() - clearAlert() - threshold()

findFirstDevice()

Description

Searches the i2c bus and returns the address of the first MAX1704X device found.

Parameters

Optional expectedVersion : uint16_t

Returns

adress : uint8_t

Example

See the example Find Device

Notes

None.