1516X High Stakes 2.0
Codebase for 1516X High Stakes season
|
The Hang class represents a Hanging mechanism. More...
#include <hang.h>
Public Member Functions | |
void | run () |
Runs Hanging mechanism. | |
Hang () | |
void | toggle () |
Toggles Hang state. | |
void Hang::run | ( | ) |
Runs Hanging mechanism.
Definition at line 9 of file hang.cpp.
References Robot::Globals::controller(), and toggle().
void Hang::toggle | ( | ) |
Toggles Hang state.
Definition at line 17 of file hang.cpp.
References Robot::Globals::HangControl().
Referenced by run().