examples: add quick readme

This commit is contained in:
Matthias Ringwald 2016-02-19 09:56:53 +01:00
parent bcf00d8fa4
commit 3e8ca98812

8
example/README.md Normal file
View File

@ -0,0 +1,8 @@
# BTstack Examples
The examples in this folder demonstrate how various Bluetooth profiles can be used with BTstack.
All contain a btstack_main() function that is called after the Bluetooth stack has been configured.
By this, the examples are linked in by various ports in the port/ directory.
Please go to one of the subfolders of port/ to compile for a specific BTstack port.