|
Re: Gyro broken on WPILib 2010?
Interesting. Can you please post or PM your code so I can attempt to debug the issue and fix the problem. I'm not seeing anything at first glance that would cause this, but perhaps you are using the class differently that I am. I'm guessing that "this" is NULL or something when calling getSystemIndex(). The m_module pointer should be initialized in the AnalogModule constructor. Anyway... a look at your code should clear things up.
Thanks,
-Joe
|