docs: Removed 'Grove' from Comments

Signed-off-by: Suyash Lakhotia <suyashlakhotia@gmail.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Suyash Lakhotia
2016-11-03 10:55:07 +08:00
committed by Mihai Tudor Panu
parent b3991979ad
commit 1aa748e3d6
5 changed files with 126 additions and 134 deletions

View File

@ -22,10 +22,10 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
// Load Grove module
// Load UPM module
var ledSensor = require('jsupm_led');
// Create the Grove LED object using GPIO pin 2
// Create the LED object using GPIO pin 2
var led = new ledSensor.Led(2);
// Print the name