mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
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/jsupm_hx711.i
Normal file
10
src/hx711/jsupm_hx711.i
Normal file
@ -0,0 +1,10 @@
|
||||
//! [Interesting]
|
||||
%module jsupm_hx711
|
||||
%include "../upm.i"
|
||||
|
||||
%{
|
||||
#include "hx711.h"
|
||||
%}
|
||||
|
||||
%include "hx711.h"
|
||||
//! [Interesting]
|
Reference in New Issue
Block a user