summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/hwxpxx/jsupm_hwxpxx.i
blob: b58732ae235e8b6617857a45b83e81b57815ab4d (plain)
1
2
3
4
5
6
7
8
%module jsupm_hwxpxx
%include "../upm.i"
%include "stdint.i"

%include "hwxpxx.hpp"
%{
    #include "hwxpxx.hpp"
%}