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
15 Sweeper();
16};
17} // namespace Robot
void run()
Runs sweeper.
Definition sweeper.cpp:8
Definition auton.h:8