Team612 / 612-2015

FRC team 612's repository for 2015 season
GNU General Public License v2.0
4 stars 6 forks source link

Add SmoothJoystick Subsystem #77

Closed Alexbay218 closed 9 years ago

Alexbay218 commented 9 years ago

please check for errors. (In SmoothJoystick.cpp) GetY() and GetX() show errors. So does joystick = new Joystick(1);. . . . GetValue() can be used to get value of an joystick (Run InitJoystick() first). X axis = 0, y axis = 1 left hand = 0, right hand = 1

saileshsridhar commented 9 years ago

getRawAxis() will help for any x and y variables even when they are initialized

CarlyAmar commented 9 years ago

Does not Compile. Reopen this pull request when it does