Searched refs:dtmf_obj (Results 1 – 2 of 2) sorted by relevance
29 var dtmf_obj = new ht9170_dtmf_lib.HT9170(12, 11, 10, 9, 8); variable36 if (dtmf_obj.digitReady())38 console.log("Got DTMF code: " + dtmf_obj.decodeDigit());49 dtmf_obj = null;
49 if (dtmf_obj.digitReady()):50 print "Got DTMF code:", dtmf_obj.decodeDigit()