From 90b8dba6d4860cacd4ab5fee59fa9a30a1d016d3 Mon Sep 17 00:00:00 2001 From: Brihi Joshi Date: Tue, 1 Aug 2017 15:18:53 +0530 Subject: [PATCH] Update issue.md --- issue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue.md b/issue.md index 3c1ce9d..b4ffa36 100644 --- a/issue.md +++ b/issue.md @@ -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