From 90210e02f3cf1d4f9062677d15b62127b6b104c1 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 26 Aug 2017 19:06:43 -0400 Subject: [PATCH] Dump contents of the onoff to console --- lib/intval/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/intval/index.js b/lib/intval/index.js index 05d3a19..2855880 100644 --- a/lib/intval/index.js +++ b/lib/intval/index.js @@ -1,6 +1,7 @@ 'use strict' const Gpio = require('onoff') +console.dir(Gpio) const PINS = { fwd : { pin : 4,