hyld9767: Initial implementation
This driver was developed using the DFRobot Loudness sensor http://www.dfrobot.com/index.php?route=product/product&product_id=83 Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sisinty Sasmita Patra<sisinty.s.patra@intel.com>
This commit is contained in:
committed by
sisinty sasmita patra
parent
4a6492af0a
commit
ad1cc81c0d
5
src/hyld9767/CMakeLists.txt
Normal file
5
src/hyld9767/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
set (libname "hyld9767")
|
||||
set (libdescription "upm DFRobot loudness sensor")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
Reference in New Issue
Block a user