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