a110x: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-10 16:17:15 -07:00
committed by Sarah Knepper
parent 02156d11c8
commit 0b7547231f
8 changed files with 259 additions and 0 deletions

9
src/a110x/pyupm_a110x.i Normal file
View File

@@ -0,0 +1,9 @@
%module pyupm_a110x
%include "../upm.i"
%feature("autodoc", "3");
%include "a110x.h"
%{
#include "a110x.h"
%}