OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HT9170
(Results
1 - 5
of
5
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/ht9170/
ht9170.h
32
* @brief
HT9170
DTMF Decoder library
33
* @defgroup
ht9170
libupm-
ht9170
38
* @library
ht9170
39
* @sensor
ht9170
40
* @comname
HT9170
DTMF Decoder
47
* @brief API for the
HT9170
DTMF Decoder
53
* @image html
ht9170
.jpg
54
* @snippet
ht9170
.cxx Interesting
56
class
HT9170
{
[
all
...]
ht9170.cxx
29
#include "
ht9170
.h"
34
HT9170
::
HT9170
(int dr, int o1, int o2, int o3, int o4)
78
HT9170
::~
HT9170
()
87
bool
HT9170
::digitReady()
92
char
HT9170
::decodeDigit()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
ht9170.cxx
29
#include "
ht9170
.h"
47
upm::
HT9170
* dtmf = new upm::
HT9170
(12, 11, 10, 9, 8);
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
ht9170.js
29
var dtmf_obj = new ht9170_dtmf_lib.
HT9170
(12, 11, 10, 9, 8);
/hardware/bsp/intel/peripheral/libupm/examples/python/
ht9170.py
28
myDTMF = upmHt9170.
HT9170
(12, 11, 10, 9, 8)
Completed in 212 milliseconds