Skip to content

Commit

Permalink
Update robot.h
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaza authored Nov 27, 2017
1 parent 8c2f067 commit d107013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/robot.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ extern volatile int goingBW;
/* Track current speed */
extern volatile int curr_speedA;
extern volatile int curr_speedB;
/* Track previous direction*/
volatile char prev_dir;
/* Track current direction*/
volatile char curr_dir;

/* Setup */
extern void setup (void);
Expand Down

0 comments on commit d107013

Please sign in to comment.