Skip to content

Commit

Permalink
Merge 5ab73f8 into 40528d5
Browse files Browse the repository at this point in the history
  • Loading branch information
haru01 committed Jul 31, 2016
2 parents 40528d5 + 5ab73f8 commit 28148ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/button-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ board.on("ready", function() {
// Create a new `button` hardware instance
button = new five.Button({
board: board,
pin: 7,
pin: 8,
holdtime: 1000,
invert: false // Default: "false". Set to "true" if button is Active-Low
});
Expand Down
2 changes: 1 addition & 1 deletion eg/button-options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ board.on("ready", function() {
// Create a new `button` hardware instance
button = new five.Button({
board: board,
pin: 7,
pin: 8,
holdtime: 1000,
invert: false // Default: "false". Set to "true" if button is Active-Low
});
Expand Down

0 comments on commit 28148ab

Please sign in to comment.