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,8 @@
%module jsupm_max5487
%include "../upm.i"
%{
#include "max5487.h"
%}
%include "max5487.h"