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.