The driver implements support for the DTMF Shield based on the ht9170. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
6 lines
148 B
CMake
6 lines
148 B
CMake
set (libname "ht9170")
|
|
set (libdescription "upm ht9170 DTMF decoder")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|