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:
Rafael Neri
2015-03-21 15:52:03 -03:00
committed by Mihai Tudor Panu
parent bffecdae89
commit df302ff5db
9 changed files with 390 additions and 1 deletions

10
src/hx711/jsupm_hx711.i Normal file
View File

@ -0,0 +1,10 @@
//! [Interesting]
%module jsupm_hx711
%include "../upm.i"
%{
#include "hx711.h"
%}
%include "hx711.h"
//! [Interesting]