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 1 additions and 1 deletions
Showing only changes of commit c8f9236a9d - Show all commits

View File

@ -2,7 +2,7 @@
const Gpio = require('onoff').Gpio
const btn = Gpio(18, 'in', 'both')
const btn = Gpio(12, 'in', 'both')
console.log('Watching input on button 18')
btn.watch((err, val) => {