-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
16 changed files
with
463 additions
and
441 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+18.6 MB
EZ-Template-Example-Project-3.1.0-RC2.zip → EZ-Template-Example-Project-3.1.0-RC3.zip
Binary file not shown.
Binary file renamed
BIN
+3.5 MB
...Example-Project/[email protected] → ...Example-Project/[email protected]
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,28 +5,28 @@ | |
"target": "v5", | ||
"templates": { | ||
"EZ-Template": { | ||
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\[email protected]RC2", | ||
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\[email protected]RC3", | ||
"metadata": { | ||
"origin": "local" | ||
}, | ||
"name": "EZ-Template", | ||
"py/object": "pros.conductor.templates.local_template.LocalTemplate", | ||
"supported_kernels": "^4.1.0", | ||
"system_files": [ | ||
"include\\EZ-Template\\api.hpp", | ||
"include\\EZ-Template\\auton_selector.hpp", | ||
"include\\EZ-Template\\drive\\drive.hpp", | ||
"include\\EZ-Template\\api.hpp", | ||
"include\\EZ-Template\\util.hpp", | ||
"include\\EZ-Template\\slew.hpp", | ||
"include\\EZ-Template\\piston.hpp", | ||
"include\\EZ-Template\\PID.hpp", | ||
"include\\EZ-Template\\sdcard.hpp", | ||
"include\\EZ-Template\\auton.hpp", | ||
"firmware\\EZ-Template.a", | ||
"include\\EZ-Template\\slew.hpp", | ||
"include\\EZ-Template\\piston.hpp", | ||
"include\\EZ-Template\\util.hpp", | ||
"include\\EZ-Template\\auton.hpp" | ||
"include\\EZ-Template\\drive\\drive.hpp" | ||
], | ||
"target": "v5", | ||
"user_files": [], | ||
"version": "3.1.0-RC2" | ||
"version": "3.1.0-RC3" | ||
}, | ||
"kernel": { | ||
"location": "C:\\Users\\union\\AppData\\Roaming\\PROS\\templates\\[email protected]", | ||
|
@@ -420,7 +420,9 @@ | |
"version": "5.0.0" | ||
} | ||
}, | ||
"upload_options": {}, | ||
"upload_options": { | ||
"description": "making code ez" | ||
}, | ||
"use_early_access": false | ||
} | ||
} |
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
|
||
#include "api.h" | ||
|
||
// Your motors, sensors, etc. should go here. Below are examples | ||
|
||
// inline pros::Motor intake(1); | ||
// inline pros::adi::DigitalIn limit_switch('A'); |
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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 @@ | ||
3.1.0 | ||
3.1.0-RC3 |