1516X High Stakes 2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
intake.h
Go to the documentation of this file.
1#pragma once
2
3namespace Robot {
4
8class Intake {
9public:
16 void run();
17
18 Intake();
19
20private:
22
27};
28} // namespace Robot
bool alliance_color
blue is false, red is true.
Definition intake.h:26
void run()
Runs the main function of the intake system.
Definition intake.cpp:13
bool elevated
Definition intake.h:21
Definition auton.h:10