enc03r: Initial implementation

Signed-off-by: Jon Trulson <jtrulson@ics.com>
Signed-off-by: Zion Orent <zorent@ics.com>
Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
Jon Trulson
2014-12-11 16:18:25 -07:00
committed by Sarah Knepper
parent df4706e3b1
commit a1620271f2
8 changed files with 346 additions and 0 deletions

View File

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