-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa76d79
commit e95d309
Showing
4 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
WPILIB Extensions | ||
================= | ||
|
||
.. automodule:: yeti.wpilib_extensions | ||
|
||
This is a set of extensions to 2015 RoboPy to aid development with Yeti. | ||
|
||
Buttons | ||
------- | ||
|
||
Buttons is a utility class designed to make joystick-triggered actions easy to implement. | ||
|
||
.. autoclass:: yeti.wpilib_extensions.Button | ||
:members: | ||
:undoc-members: | ||
|
||
Referee | ||
------- | ||
|
||
This is a utility class designed to watch created wpilib objects and cleanly deallocate them upon module unload. | ||
|
||
.. autoclass:: yeti.wpilib_extensions.Referee | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters