mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
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"
|
||
|
%}
|