Home
last modified time | relevance | path

Searched refs:dtmf_obj (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dht9170.js29 var dtmf_obj = new ht9170_dtmf_lib.HT9170(12, 11, 10, 9, 8); variable
36 if (dtmf_obj.digitReady())
38 console.log("Got DTMF code: " + dtmf_obj.decodeDigit());
49 dtmf_obj = null;
/hardware/bsp/intel/peripheral/libupm/examples/python/
Dht9170.py49 if (dtmf_obj.digitReady()):
50 print "Got DTMF code:", dtmf_obj.decodeDigit()