Files
upm/src/hx711/CMakeLists.txt

6 lines
139 B
CMake
Raw Normal View History

set (libname "hx711")
set (libdescription "HX711 24bit ADC")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()