Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 26f3ed4a11 - Show all commits

View File

@ -16,6 +16,7 @@ process.on('SIGINT', () => {
console.log(`Setting bwd to 0`) console.log(`Setting bwd to 0`)
bwd.writeSync(0) bwd.writeSync(0)
} }
process.exit()
}) })
function releaseTest () { function releaseTest () {
@ -108,7 +109,7 @@ function stepupTest () {
console.log(`Setting pin ${FWD} high`) console.log(`Setting pin ${FWD} high`)
fwd.writeSync(1) fwd.writeSync(1)
bwd.writeSync(1) bwd.writeSync(0)
} }
releaseTest() releaseTest()