Skip to content

Commit

Permalink
Modify tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonPucheu committed May 17, 2023
1 parent 41b78a8 commit cbd32c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/Dozer/Dozer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#include <Timino.h>

#define loopTime 20
#define defaultSpeed 230
#define debugMode false
#define tankMode true
#define defaultSpeed 230

#define SERVO_1 13
#define SERVO_2 12
Expand All @@ -21,12 +21,12 @@
#define SERVO_7 7
#define SERVO_8 6

// left right mapping //
// __________________________ __________________________ ____________ //
// top bottom stby top bottom stby from to //
// _________ _________ __ _________ _________ _ _______ ______ //
Mecanum mecanum(35, 34, 4, 39, 38, 2, 25, 36, 37, 3, 32, 33, 5, 7, 0, 1023, 0, defaultSpeed); //
// in1,in2,pwm in1,in2,pwm in1,in2,pwm, in1,in2,pwm min,max min,max //
// left right mapping //
// __________________________ __________________________ ____________ //
// top bottom stby top bottom stby from to //
// _________ _________ __ _________ _________ _ _______ ______ //
Mecanum mecanum(35, 34, 4, 39, 38, 2, 25, 36, 37, 3, 32, 33, 5, 7, 0, 1023, 0, defaultSpeed); //
// in1,in2,pwm in1,in2,pwm in1,in2,pwm, in1,in2,pwm min,max min,max //

#include <Mecaside.h>
Mecaside left(Left);
Expand Down

0 comments on commit cbd32c7

Please sign in to comment.