max5487: added new sensor with example (TESTED AND WORKING)

Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
Kiveisha Yevgeniy
2014-08-05 20:16:05 +00:00
parent 45f85e9944
commit 1747fbbe19
7 changed files with 301 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "max5487")
set (libdescription "Digital potentiometer")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()