Closed lornazh closed 2 months ago
Make sure current limit is positive (by computing absolute value from current level) before passing it to driver.
Continuity Test should not throw when input current level is a negative value.
Added an auto integration test.
What does this Pull Request accomplish?
Make sure current limit is positive (by computing absolute value from current level) before passing it to driver.
Why should this Pull Request be merged?
Continuity Test should not throw when input current level is a negative value.
What testing has been done?
Added an auto integration test.