We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the actual connectors, the conversion from MilliVolt to Volt is missing, which lead to 1000 times bigger values.
Call the milliVolt2Volt function in the connectors as follows: hw.voltage: milliVolt2Volt(...)
milliVolt2Volt
hw.voltage: milliVolt2Volt(...)
The text was updated successfully, but these errors were encountered:
Issue #62: Adding Voltage conversion from MilliVolt to Volt
6f8e5ac
* Added `milliVolt2Volt` conversion on `hw.voltage` and `hw.voltage.limit` values to convert values to V.
Merge pull request #63 from sentrysoftware/feature/issue-62-adding-vo…
339f631
…ltage-conversion-from-millivolt-to-volt Issue #62: Adding Voltage conversion from MilliVolt to Volt
CherfaElyes
Successfully merging a pull request may close this issue.
Specification
In the actual connectors, the conversion from MilliVolt to Volt is missing, which lead to 1000 times bigger values.
Solution
Call the
milliVolt2Volt
function in the connectors as follows:hw.voltage: milliVolt2Volt(...)
The text was updated successfully, but these errors were encountered: