Skip to content

Commit

Permalink
11
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 1, 2019
1 parent 2105c15 commit f21fd32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ gpio.on('change', function (channel, value) {
}
});
gpio.setup(7, gpio.DIR_IN, gpio.EDGE_BOTH);
gpio.setup(11, gpio.DIR_IN, gpio.EDGE_BOTH);
// gpio.setup(29, gpio.DIR_IN, gpio.EDGE_BOTH);
// gpio.setup(31, gpio.DIR_IN, gpio.EDGE_BOTH);
// gpio.setup(33, gpio.DIR_IN, gpio.EDGE_BOTH);
Expand Down

0 comments on commit f21fd32

Please sign in to comment.