Quote:
Originally Posted by owltheory
Thanks for the suggestion, we'll give that shot too, but I didn't see anything in the javadoc about that method being static. Have you capitalized the method in the past?
|
You are correct- "getGyro()" should be lowerCamelCase. If you try to use "GetGryo()," NetBeans will tell you that the method doesn't exist.
UpperCamelCase is correct if you are using C++, which it sounds like you are not.