Paused logging
This commit is contained in:
parent
cc6311a01a
commit
5079adf04f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue