upm.i: add top level interface file which includes std_string.i

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-06-25 14:02:12 +01:00
parent 0954617a4b
commit 2822d63c9c
38 changed files with 41 additions and 1 deletions

View File

@ -1,5 +1,6 @@
//! [Interesting]
%module jsupm_max31855
%include "../upm.i"
%{
#include "max31855.h"

View File

@ -1,4 +1,5 @@
%module pyupm_max31855
%include "../upm.i"
%include "stdint.i"