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 d107013 commit b8e2695
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib/robot.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
/* Min speed */
#define MINSPEED 60

/* Track current flag */
extern volatile int turningR;
extern volatile int turningL;
extern volatile int goingFW;
extern volatile int goingBW;
/* Track current speed */
extern volatile int curr_speedA;
extern volatile int curr_speedB;
Expand Down Expand Up @@ -59,10 +54,6 @@ extern void turnL (void);
extern void brake (void);
extern void stop (void);

/* Flag functions */
extern void setFlag (char dir);
extern int getFlag (char dir);

/* Ctrl-C handler */
extern void sigHandler (int sigNo);

Expand Down

0 comments on commit b8e2695

Please sign in to comment.