Java:Added example for Flex Sensor and added newly added sensors to the CMakeLists.txt

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-03-10 15:55:10 -08:00
parent e6ad752a2c
commit 1aa445b74e
2 changed files with 45 additions and 0 deletions

View File

@ -101,6 +101,10 @@ add_example(WaterLevelSensor waterlevel)
add_example(WT5001Sample wt5001)
add_example(YG1006Sample yg1006)
add_example(ZFM20Sample zfm20)
add_example(Ad8232Example ad8232)
add_example(Gp2y0aExample gp2y0a)
add_example(Th02Example th02)
add_example(FlexSensorExample flex)
add_example_with_path(Jhd1313m1_lcdSample lcd/upm_i2clcd.jar)