1516X High Stakes 2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
hang.h
Go to the documentation of this file.
1#pragma once
2
3namespace Robot {
4
8class Hang {
9public:
13 void run();
14
15 Hang();
16
20 void toggle();
21};
22} // namespace Robot
void run()
Runs Hanging mechanism.
Definition hang.cpp:9
void toggle()
Toggles Hang state.
Definition hang.cpp:17
Definition auton.h:8