Skip to content

Commit

Permalink
Update pins from testing. Pin 7 appears borked so we are using pins 1…
Browse files Browse the repository at this point in the history
…1,10,9,8...
  • Loading branch information
samthetechie authored and solexious committed Nov 28, 2010
1 parent b4721a5 commit cc6054d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NotifyBoard.pde
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ int jonty = 0;
int car = 0;

// Pins for car control
#define CAR_FWD 8
#define CAR_BACK 10
#define CAR_LEFT 7
#define CAR_RIGHT 9
#define CAR_FWD 9
#define CAR_BACK 11
#define CAR_LEFT 8
#define CAR_RIGHT 10
#define FWD_TURN_TIME 1000
#define BACK_TURN_TIME 1000
#define DRIVE_TIME 1000
Expand Down

0 comments on commit cc6054d

Please sign in to comment.