-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ permalink: / | |
Simple plug-and-play PROS template that handles drive base functions for VEX robots. | ||
|
||
|
||
[EZ-Template Version](https://github.com/EZ-Robotics/EZ-Template): 2.1.0 | ||
[EZ-Template Version](https://github.com/EZ-Robotics/EZ-Template): 2.1.1 | ||
|
||
[Autonomous routines that used EZ-Template](https://photos.app.goo.gl/yRwuvmq7hDoM4f6EA) | ||
|
||
|
@@ -26,9 +26,9 @@ Simple plug-and-play PROS template that handles drive base functions for VEX rob | |
## Upgrading | ||
*Note: this only works for 2.0.0 and beyond. You cannot upgrade from 1.X.X to 2.X.X.* | ||
1) Download the most recent EZ-Template [here](https://github.com/EZ-Robotics/EZ-Template/releases/latest). | ||
2) In your terminal, `cd` into the directory you downloaded the file. | ||
3) Run this command from terminal `prosv5 c fetch [email protected]`. | ||
4) `cd` into your pros project directory in your terminal. | ||
2) Move the file to your project. | ||
3) Open terminal or command prompt, and `cd` into your projects directory. | ||
4) Run this command from terminal `prosv5 c fetch [email protected]`. | ||
5) Apply the library to the project `prosv5 c apply EZ-Template`. | ||
6) Put `#include "EZ-Template/api.hpp"` in your `include/main.h`. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.1.0 | ||
2.1.1 |