From eaccbbb7284a34e339c3a783d4435aa961f2f8b2 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sat, 26 Nov 2022 19:45:18 -0500 Subject: [PATCH] a --- main.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {