From b5e4a36e9cbf58a6c0840579a6f6dae963afee15 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Thu, 5 May 2016 14:20:18 +0100 Subject: [PATCH] Add libraries docs --- docs/docs.md | 3 ++- docs/libraries.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 docs/libraries.md diff --git a/docs/docs.md b/docs/docs.md index 5d5a4c01..4cbce65c 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -2,6 +2,7 @@ Welcome to the documentation. -* Browse the [reference](/reference) +* Browse the [API reference](/reference) * Learn more about the [device](/device) * Get started with [lessons](/lessons) +* Learn about [libraries](/libraries) (possibly using C++) diff --git a/docs/libraries.md b/docs/libraries.md new file mode 100644 index 00000000..7738fecd --- /dev/null +++ b/docs/libraries.md @@ -0,0 +1,14 @@ +# Extensions + +You can publish libraries (also known as packages or extensions) +that users can then add to their scripts. These typically +provide a driver for a particular hardware device you can connect +to a microbit. + +* [Sample C++ extension](https://github.com/Microsoft/pxt-microbit-cppsample) +* [Sample TypeScript extension](https://github.com/Microsoft/pxt-microbit/tree/master/libs/i2c-fram) + +## Finding libraries + +## Publishing libraries +