ThingSet / thingset-device-library

ThingSet library for resource-constrained devices written in C/C++
https://thingset.io/thingset-device-library/
Apache License 2.0
14 stars 6 forks source link

Move example into dedicated directory #18

Closed martinjaeger closed 3 years ago

martinjaeger commented 3 years ago

The sample is currently hidden in the library source folder in the main.cpp. This is a bit ugly.

It would be nicer to have a dedicated directory for examples where also a few more example applications (e.g. for Zephyr) could be stored in the future.