Skip to content

Commit

Permalink
changed to helper functions not autonomous
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgajjar51 committed Mar 6, 2024
1 parent 5eb363a commit 6180214
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/OWL2/autonomous.hpp

This file was deleted.

5 changes: 5 additions & 0 deletions include/OWL2/helper_functions.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#pragma once
#include "OWL2/robot_config.hpp"
void wingLeftAuton(int time );
void wingRightAuton(int time);
void intakeControlAuton(int speed, int time);
2 changes: 1 addition & 1 deletion include/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "autons.hpp"
#include "OWL2/robot_config.hpp"
#include "OWL2/opcontrol.hpp"
#include "OWL2/autonomous.hpp"
#include "OWL2/helper_functions.hpp"
/**
* If you find doing pros::Motor() to be tedious and you'd prefer just to do
* Motor, you can use the namespace with the following commented out line.
Expand Down
File renamed without changes.

0 comments on commit 6180214

Please sign in to comment.