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