Skip to content

Commit

Permalink
Update issue.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brihijoshi authored Aug 1, 2017
1 parent deee5a3 commit 90b8dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pin.pull(pullType, callback);
```


Example of the `pin.pull(mode)` command using a pushbutton. The code example given below turns on the Blue LED of the Tessel module when the pushbutton is pressed and turns off the Blue LED when the pushbutton is not pressed.
Example of the `pin.pull(mode)` command using a pushbutton. The code example given below turns on the Blue LED of the Tessel module when the pushbutton is pressed and turns off the Blue LED when the pushbutton is released.

```js
var tessel= require('tessel'); // Import Tessel
Expand Down

0 comments on commit 90b8dba

Please sign in to comment.