Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #include "Commands/Move.h"
  2.  
  3. class Robot: public IterativeRobot
  4. {
  5. private:
  6. LiveWindow* lw;
  7. RobotDrive* drivetrain;
  8. Joystick* joy;
  9. Move* move;
  10.  
  11.  
  12.  
  13.  
  14. ===================================
  15. class Move: public CommandBase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement