1 %module pyupm_bmpx8x
2 %include "../upm.i"
3 
4 %include "stdint.i"
5 
6 %include "bmpx8x.h"
7 %{
8     #include "bmpx8x.h"
9 %}
10 
11