Add st_things example
authorHeejin Kim <hj_elena.kim@samsung.com>
Fri, 22 Sep 2017 14:32:34 +0000 (23:32 +0900)
committerHeejin Kim <hj_elena.kim@samsung.com>
Sat, 23 Sep 2017 17:24:49 +0000 (02:24 +0900)
commitdbd097b9065bebf4a93215bb984874317353abfb
treebbd12abd2f0cf5d07ff58f9440b47dc2cdb45df2
parentfe86fee933d0fae1fe60d7b5e6598fedfc9507a9
Add st_things example

Example files for st_things.
apps/examples/st_things/Kconfig [new file with mode: 0644]
apps/examples/st_things/Make.defs [new file with mode: 0644]
apps/examples/st_things/Makefile [new file with mode: 0644]
apps/examples/st_things/README.md [new file with mode: 0644]
apps/examples/st_things/contents/sampleDevice.json [new file with mode: 0644]
apps/examples/st_things/sample_light_things.c [new file with mode: 0644]
apps/examples/st_things/sample_light_user.c [new file with mode: 0644]
apps/examples/st_things/st_things_sample.h [new file with mode: 0644]
apps/examples/st_things/st_things_sample_main.c [new file with mode: 0644]