Skip to content

Commit

Permalink
⬆️3.2.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ssejrog committed Sep 7, 2024
1 parent 84fce80 commit cee639e
Show file tree
Hide file tree
Showing 19 changed files with 1,134 additions and 121 deletions.
Binary file removed EZ-Template-Example-Project/[email protected]
Binary file not shown.
Binary file added EZ-Template-Example-Project/[email protected]
Binary file not shown.
Binary file modified EZ-Template-Example-Project/firmware/EZ-Template.a
Binary file not shown.
2 changes: 1 addition & 1 deletion EZ-Template-Example-Project/include/EZ-Template/PID.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class PID {

private:
double velocity_zero_main = 0.05;
double velocity_zero_secondary = 0.1;
double velocity_zero_secondary = 0.075;
int i = 0, j = 0, k = 0, l = 0, m = 0;
bool is_mA = false;
double second_sensor = 0.0;
Expand Down
1 change: 1 addition & 0 deletions EZ-Template-Example-Project/include/EZ-Template/api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "EZ-Template/piston.hpp"
#include "EZ-Template/sdcard.hpp"
#include "EZ-Template/slew.hpp"
#include "EZ-Template/tracking_wheel.hpp"
#include "EZ-Template/util.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class AutonSelector {
std::vector<Auton> Autons;
int auton_page_current;
int auton_count;
int last_auton_page_current;
AutonSelector();
AutonSelector(std::vector<Auton> autons);
void selected_auton_call();
Expand Down
Loading

0 comments on commit cee639e

Please sign in to comment.