RSC: Initial Commit

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-04-02 23:04:04 -07:00
parent b239866e99
commit 96eb834e9b
15 changed files with 1688 additions and 0 deletions

8
src/rsc/CMakeLists.txt Normal file
View File

@@ -0,0 +1,8 @@
upm_mixed_module_init (NAME rsc
DESCRIPTION "Honeywell RSC TruStability Pressure and Temperature Sensor"
C_HDR rsc.h rsc_regs.h
C_SRC rsc.c
CPP_HDR rsc.hpp
CPP_SRC rsc.cxx
CPP_WRAPS_C
REQUIRES mraa)