From ef1a793a08fa3df11c3ec51689efa0b5574ca0d6 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Sat, 23 Sep 2017 17:58:16 -0400 Subject: [PATCH] WriteSync, not set --- tests/gpio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gpio.js b/tests/gpio.js index 6519f3f..36a0e5a 100644 --- a/tests/gpio.js +++ b/tests/gpio.js @@ -91,7 +91,7 @@ function stepupTest () { const bwd = Gpio(BWD, 'out') console.log(`Setting pin ${FWD} high`) - fwd.set(1) + fwd.writeSync(1) } //releaseTest()