Paused logging

This commit is contained in:
mmcw-dev 2017-10-20 21:01:58 -04:00
parent cc6311a01a
commit 5079adf04f
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ intval._startBwd = function () {
intval._pause = function () {
intval._pin.fwd.writeSync(0)
intval._pin.fwd.writeSync(0)
log.info('_pause', 'frame paused')
}
/**
* Stop motor by setting both motor pins to 0 (LOW)