rfr359f: Initial implementation

This was tested on the Grove IR Distance Interrupter.

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:
Jon Trulson
2015-01-14 12:45:07 -07:00
committed by Sarah Knepper
parent db1ca3d08a
commit 6642ee9eef
8 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
set (libname "rfr359f")
set (libdescription "upm rfr359f grove distance interrupter")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()