SWIG: Corrected Swig interface files

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-03-17 13:27:19 -07:00
parent efe80a4450
commit a348f23a3b
7 changed files with 87 additions and 9 deletions

View File

@@ -1,10 +1,10 @@
%module pyupm_bmp180
%module pyupm_bme280
%include "../upm.i"
%include "stdint.i"
%include "bmp180.h"
%include "bme280.h"
%{
#include "bmp180.h"
#include "bme280.h"
%}