Fixes # (issue)
Issue #56 - Limit of +/- 2kW on getBusMicroWatts
Issue #57 - "Alert..." Function names changed to "alert..."
Issue #58 - Reformatted source files to standard C++ formatting using "clang-format"
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Tests with INA219 and INA260 on various platforms. Plus Travis-CI tests.
Test Configuration:
Arduino version: 1.8
Arduino Hardware: Uno, Micro
SDK: Visual Studio with Visual Micro
Checklist:
[x] The changes made link back to an existing issue number
[x] I have performed a self-review of my own code
[x] My code follows the style guidelines of this project
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation / Wiki Page(s)
[x] My changes generate no new warnings
[x] I have checked potential areas where regression errors could occur and have found no issues
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Description
Merge recent changes to the master branch
Fixes # (issue) Issue #56 - Limit of +/- 2kW on getBusMicroWatts Issue #57 - "Alert..." Function names changed to "alert..." Issue #58 - Reformatted source files to standard C++ formatting using "clang-format"
Type of change
How Has This Been Tested?
Tests with INA219 and INA260 on various platforms. Plus Travis-CI tests. Test Configuration:
Checklist: