Skip to content

Commit

Permalink
More recommits, arduino IDE cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Geordie Bilkey authored and Geordie Bilkey committed Apr 12, 2011
1 parent 32602ee commit 1b8613f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Winch_Unit_test/Winch_Unit_test.pde
Expand Up @@ -23,6 +23,12 @@ boolean testOver = false;

AF_DCMotor motor1(1, MOTOR12_8KHZ); //create motor #1, 64KHz pwm

void stopWinchRaising() {
winchMotor.run(loweringDirection);
delay(deadStopReverseTime);
winchMotor.run(RELEASE);
}

void setup() {

motor1.setSpeed(200); //set the speed to 200/255
Expand Down

0 comments on commit 1b8613f

Please sign in to comment.