diff --git a/tests/gpio.js b/tests/gpio.js index 88d655a..5638932 100644 --- a/tests/gpio.js +++ b/tests/gpio.js @@ -2,9 +2,9 @@ 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) => { if (err) {