WriteSync, not set

This commit is contained in:
mmcwilliams 2017-09-23 17:58:16 -04:00
parent bde21e9ac7
commit ef1a793a08
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ function stepupTest () {
const bwd = Gpio(BWD, 'out')
console.log(`Setting pin ${FWD} high`)
fwd.set(1)
fwd.writeSync(1)
}
//releaseTest()