Skip to content

Commit

Permalink
make fw/rev both 255
Browse files Browse the repository at this point in the history
  • Loading branch information
Resseguie committed Jun 21, 2015
1 parent 61cb3aa commit c26ba04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/motor-hbridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ board.on("ready", function() {

// demonstrate switching to reverse after 5 seconds
board.wait(5000, function() {
motor.reverse(50);
motor.reverse(255);
});
});

Expand Down
2 changes: 1 addition & 1 deletion eg/motor-hbridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ board.on("ready", function() {

// demonstrate switching to reverse after 5 seconds
board.wait(5000, function() {
motor.reverse(50);
motor.reverse(255);
});
});

Expand Down

0 comments on commit c26ba04

Please sign in to comment.