Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add basic INA228 support #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

add basic INA228 support #94

wants to merge 2 commits into from

Conversation

sanchox
Copy link

@sanchox sanchox commented Nov 21, 2022

Description

INA228 support

Fixes #77

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Some tests with two INA228 on custom HW using modified DisplayReadings.ino example and custom code with

INA.getBusMilliVolts()
INA.getBusMicroAmps()
INA.getBusMicroWatts()

Test Configuration:

  • Arduino version: ???
  • Arduino Hardware: AZ-Delivery ESP-32 Dev Kit C V4
  • SDK: VSCode + PlatformIO + framework-arduinoespressif32 @ 3.20005.220925 (2.0.5) + Wire @ 2.0.0
  • Development system: Ubuntu 20.04

Checklist:

  • The changes made link back to an existing issue number
  • I have performed a self-review of my own code
  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • The code adheres to the Google Style Guide
  • The code follows the existing program documentation style using doxygen
  • I have made corresponding changes to the documentation / Wiki Page(s)
  • My changes generate no new warnings
  • The automated TRAVIS-CI run has a status of "passed"
  • I have checked potential areas where regression errors could occur and have found no issues
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Zanshin Logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

INA228 Support
1 participant