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:
Kiveisha Yevgeniy
2014-08-25 23:25:11 +00:00
parent 59a66b41bb
commit 5c4de1b926
7 changed files with 286 additions and 0 deletions

View 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()