mirror of
https://github.com/eclipse/upm.git
synced 2025-07-13 15:21:22 +03:00
ecs1030: added new current sensor (works on atmega328 but on Galileo not accurate, need calibration and circuit)
Signed-off-by: Kiveisha Yevgeniy <yevgeniy.kiveisha@intel.com>
This commit is contained in:
5
src/ecs1030/CMakeLists.txt
Normal file
5
src/ecs1030/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "ecs1030")
|
||||
set (libdescription "Non-invasive current sensor")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user