mirror of
https://github.com/eclipse/upm.git
synced 2025-03-19 23:17:29 +03:00

Signed-off-by: Rafael Neri <rafael.neri@gmail.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
11 lines
136 B
OpenEdge ABL
11 lines
136 B
OpenEdge ABL
%module pyupm_hx711
|
|
%include "../upm.i"
|
|
%include "stdint.i"
|
|
|
|
%feature("autodoc", "3");
|
|
|
|
%include "hx711.h"
|
|
%{
|
|
#include "hx711.h"
|
|
%}
|