blob: d400c0d231a4d7973b607054d1c2b59e8ca45371 [file] [log] [blame]
#!/usr/bin/env node
var m = require('mraa')
function h() {
console.log("HELLO!!!!")
}
x = new m.Gpio(14)
x.isr(m.EDGE_BOTH, h)