Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create util package and improve OI interface #9

Merged
merged 5 commits into from
Feb 8, 2016
Merged

Conversation

blucoat
Copy link
Owner

@blucoat blucoat commented Jan 30, 2016

This PR does two things:

  • Create a new util package to contain any various tools or libraries we make. It currently contains QuickCommand and RobotInspector.
  • Improve the interface for OI, so that the overall code in the OI is shorter.

This will resolve issue #7

util is a general package for QuickCommand, RobotInspector, and any
other utilities we make.
* The OIHelper is now stored as a static variable in OI
* Buttons and joysticks are now declared and initialized on the same
line
* Exceptions are now only thrown in verify(), which is only called from
RobotInspector
blucoat added a commit that referenced this pull request Feb 8, 2016
Create util package and improve OI interface
@blucoat blucoat merged commit a28456a into master Feb 8, 2016
@blucoat blucoat deleted the oihelper-interface branch February 8, 2016 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant