From 56680db1beba5f00921b399929910e3d9ffe32a8 Mon Sep 17 00:00:00 2001 From: mmcw-dev Date: Thu, 19 Oct 2017 20:21:14 -0400 Subject: [PATCH] Run motor while watching microswitch --- tests/gpio.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gpio.js b/tests/gpio.js index 4971ff7..6713f06 100644 --- a/tests/gpio.js +++ b/tests/gpio.js @@ -113,6 +113,6 @@ function stepupTest () { bwd.writeSync(0) } -releaseTest() +//releaseTest() microTest() -//stepupTest() +stepupTest()