Quote:
Originally Posted by Ross3098
...simply using the AnalogChannel->GetVoltage() and printing it to the console gives a voltage reading somewhere around ~30,000,000...
|
What format string are you using when you print the value? The
GetVoltage() function returns a
float. You might have accidentally tried to print it as an
int instead.