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
5
src/hx711/CMakeLists.txt
Normal file
5
src/hx711/CMakeLists.txt
Normal 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()
|
||||
Reference in New Issue
Block a user