ht9170: Initial implementation

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>
This commit is contained in:
Jon Trulson
2015-04-20 12:16:54 -06:00
committed by Mihai Tudor Panu
parent 3d63b80c97
commit 5547d99609
9 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "ht9170")
set (libdescription "upm ht9170 DTMF decoder")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()