From 3e8ca988128a4512c103e4049100d22fe347c3a0 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Fri, 19 Feb 2016 09:56:53 +0100 Subject: [PATCH] examples: add quick readme --- example/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 example/README.md diff --git a/example/README.md b/example/README.md new file mode 100644 index 000000000..a53396dae --- /dev/null +++ b/example/README.md @@ -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. + \ No newline at end of file