Quote:
Originally Posted by oddjob
From the C++ reference manual:
DriverStation::GetAnalogIn returns the analog voltage on the input. The analog values are returned as UINT32 values....
Let's keep it simple, ignoring noise:
1) when an analog input is at ground, what value is returned?
|
0
Quote:
Originally Posted by oddjob
2) when an analog input is at +5V, what value is returned?
|
1023
We are using these with version WPILib 3.0, and have tested and used on our production bot.
Not that this is the intended behavior, but that is what it returns.