mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
Java: Added Examples for Sensors
max31855, max5487, maxds3231m, ecs1030 and sm130 Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@ -114,6 +114,11 @@ add_example(TEX00_Example tex00)
|
||||
add_example(BMI160_Example bmi160)
|
||||
add_example(Tsl2561 tsl2561)
|
||||
add_example(AM2315Example am2315)
|
||||
add_example(MAX31855Example max31855)
|
||||
add_example(MAX5487Example max5487)
|
||||
add_example(MAXds3231mExample maxds3231m)
|
||||
add_example(ECS1030Example ecs1030)
|
||||
add_example(SM130Example sm130)
|
||||
if (MODBUS_FOUND)
|
||||
add_example(H803X_Example h803x)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user