Zanduino / INA

Combined Arduino library for reading multiple INA2xx power monitor devices
GNU General Public License v3.0
158 stars 41 forks source link

Search all 16 addresses for INA #52

Closed nathancheek closed 4 years ago

nathancheek commented 4 years ago

Description

The INA220 supports 16 addresses: 0x40 through 0x4F. This bugfix allows the library to search for all 16 devices instead of just 15.

Fixes #51

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

  1. Confirm that INA220 at address 0x4F is not detected
  2. Make code change
  3. Confirm that INA220 at address 0x4F is detected

Test Configuration:

SV-Zanshin commented 4 years ago

Merged with master