hx711: Initial implementation HX711 24bit ADC module
Signed-off-by: Rafael Neri <rafael.neri@gmail.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
committed by
Mihai Tudor Panu
parent
bffecdae89
commit
df302ff5db
10
src/hx711/pyupm_hx711.i
Normal file
10
src/hx711/pyupm_hx711.i
Normal file
@@ -0,0 +1,10 @@
|
||||
%module pyupm_hx711
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "hx711.h"
|
||||
%{
|
||||
#include "hx711.h"
|
||||
%}
|
||||
Reference in New Issue
Block a user