This commit is contained in:
ary 2023-09-04 13:32:50 -04:00
parent e6d222cc31
commit 55a29d785e
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#include "main.h"
#include "okapi/api.hpp"
#include "lemlib/api.hpp"
namespace globals {
extern pros::Controller controller;
}

View File

@ -0,0 +1,12 @@
#include "globals.hpp"
namespace globals {
pros::Controller controller(pros::E_CONTROLLER_MASTER);
// Chassis
// Electronics / Pneumatics / Sensors
// Misc
}