mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
light: Added light sensor C source
Added the C source for the light sensor with necessary changes to cmake, examples, docs. * Renamed all files with grovelight to light * Replaced all instances of grovelight with light * Added C source for light sensor * Updated all cmake files * Added C example for light sensor * Split out light sensor from grove library Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
set (libname "grove")
|
||||
set (libdescription "upm grove module")
|
||||
set (module_src grovebutton.cxx groveled.cxx grovelight.cxx groverelay.cxx groverotary.cxx groveslide.cxx grovetemp.cxx)
|
||||
set (module_hpp grovebutton.hpp groveled.hpp grovelight.hpp groverelay.hpp groverotary.hpp groveslide.hpp grovetemp.hpp grovebase.hpp grove.hpp)
|
||||
upm_module_init()
|
||||
upm_mixed_module_init (NAME grove
|
||||
DESCRIPTION "upm grove module"
|
||||
CPP_HDR grovebutton.hpp groveled.hpp groverelay.hpp groverotary.hpp
|
||||
groveslide.hpp grovetemp.hpp grovebase.hpp
|
||||
grove.hpp
|
||||
CPP_SRC grovebutton.cxx groveled.cxx groverelay.cxx groverotary.cxx
|
||||
groveslide.cxx grovetemp.cxx
|
||||
REQUIRES mraa)
|
||||
|
Reference in New Issue
Block a user