ta12200: Initial implementation; Grove Electricity uses this sensor
[renamed from] groveelectricity: Initial implementation This module adds support for the Grove Electricity sensor. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Zion Orent <zorent@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:
committed by
Sarah Knepper
parent
ed15b1042d
commit
4333869b7b
5
src/ta12200/CMakeLists.txt
Normal file
5
src/ta12200/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "ta12200")
|
||||
set (libdescription "upm ta12200 current transformer module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user