Java: Added examples for AM2315 and TSL2561

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-03-30 10:23:18 -07:00
parent db8d708798
commit 24062f6a9d
3 changed files with 129 additions and 0 deletions

View File

@ -110,6 +110,8 @@ add_example(TEAMS_Example teams)
add_example(APA102Sample apa102)
add_example(TEX00_Example tex00)
add_example(BMI160_Example bmi160)
add_example(Tsl2561 tsl2561)
add_example(AM2315Example am2315)
if (MODBUS_FOUND)
add_example(H803X_Example h803x)
endif()