Zanduino / INA

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

Change case of the "Alert..." functions #57

Closed SV-Zanshin closed 4 years ago

SV-Zanshin commented 4 years ago

Is your feature request related to a problem? Please describe. These functions should be in lower case to conform to the other functions and applicable style standards

Describe the solution you'd like Change to initial lowercase, but keep an overloaded definition in the library for backward compatibility

Describe alternatives you've considered Keeping the current definitions would work, but is not elegant

Additional context

Zanshin Logo

SV-Zanshin commented 4 years ago

Added new lowercase definitions for the alert functions but kept the old ones as well for backwards compatibility.

SV-Zanshin commented 4 years ago

Changed documentation and function calls