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 2 deletions
Showing only changes of commit 28810e761d - Show all commits

View File

@ -2,9 +2,9 @@
const Gpio = require('onoff').Gpio const Gpio = require('onoff').Gpio
const btn = Gpio(18, 'in', 'both') const btn = Gpio(5, 'in', 'both')
console.log('Watching input on button 18') console.log('Watching input on GPIO 05')
/*btn.watch((err, val) => { /*btn.watch((err, val) => {
if (err) { if (err) {