Remove logging.
This commit is contained in:
parent
760c6c72ab
commit
40cfda8d90
|
@ -1,7 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const Gpio = require('onoff').Gpio
|
const Gpio = require('onoff').Gpio
|
||||||
console.dir(Gpio)
|
|
||||||
const PINS = {
|
const PINS = {
|
||||||
fwd : {
|
fwd : {
|
||||||
pin : 4,
|
pin : 4,
|
||||||
|
|
Loading…
Reference in New Issue