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

5
src/hx711/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
set (libname "hx711")
set (libdescription "HX711 24bit ADC")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()