diff --git a/main.js b/main.js index e1f4b41..c1c4d22 100644 --- a/main.js +++ b/main.js @@ -1,6 +1,4 @@ -//This example shows how to setup the pin for write mode with the default state as "on". Why do this? It can sometimes be useful to reverse the default initial state due to wiring or uncontrollable circumstances. -//var gpio = require('rpi-gpio'); - +var gpio = require('rpi-gpio'); gpio.setup(7, gpio.DIR_OUT, write); function augerOn(err) {