Push dev work to master #2
|
@ -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