SCAM: Added Serial camera without grove dependency

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
Sisinty Sasmita Patra
2016-09-13 17:22:17 -07:00
committed by Noel Eck
parent a9883bd1f2
commit b1918f61de
12 changed files with 1003 additions and 0 deletions

5
src/scam/CMakeLists.txt Normal file
View File

@@ -0,0 +1,5 @@
upm_mixed_module_init (NAME scam
DESCRIPTION "UPM scam sensor module"
CPP_HDR scam.hpp
CPP_SRC scam.cxx
REQUIRES mraa)