Dump contents of the onoff to console
This commit is contained in:
parent
524aba90d8
commit
90210e02f3
|
@ -1,6 +1,7 @@
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
||||||
const Gpio = require('onoff')
|
const Gpio = require('onoff')
|
||||||
|
console.dir(Gpio)
|
||||||
const PINS = {
|
const PINS = {
|
||||||
fwd : {
|
fwd : {
|
||||||
pin : 4,
|
pin : 4,
|
||||||
|
|
Loading…
Reference in New Issue