This commit is contained in:
Skylar Grant 2022-11-26 19:45:18 -05:00
parent dcfcfaa8bd
commit eaccbbb728
1 changed files with 1 additions and 3 deletions

View File

@ -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) {