adis16448: initial implementation

Signed-off-by: Juan J Chong juanjchong@gmail.com
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
juchong_Analog
2015-03-05 16:29:10 -05:00
committed by John Van Drasek
parent 49ce602808
commit 5f3b88b00a
7 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
%module jsupm_adis16448
%include "../upm.i"
%{
#include "adis16448.h"
%}
%include "adis16448.h"