WFS: Added water flow sensor without grove dependency

Signed-off-by: Sisinty Sasmita Patra <sisinty.s.patra@intel.com>
This commit is contained in:
Sisinty Sasmita Patra
2016-09-14 11:37:08 -07:00
committed by Noel Eck
parent 81e4eb07bf
commit b65908ea24
13 changed files with 563 additions and 0 deletions

View File

@ -72,6 +72,7 @@ add_example(GroveVDivSample grovevdiv)
add_example(WaterSample water)
add_example(GroveWaterSample grovewater)
add_example(GroveWFSSample grovewfs)
add_example(WFSSample wfs)
add_example(GUVAS12DSample guvas12d)
add_example(H3LIS331DLSample h3lis331dl)
add_example(HCSR04Sample hcsr04)