From ea0d2d4d026c4aadef9a29d631ee45d07ae00b68 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Wed, 17 Aug 2016 18:23:08 -0700 Subject: [PATCH] add i2c fram to package list --- docs/packages.md | 5 ++++- pxtarget.json | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/packages.md b/docs/packages.md index 37d51d08..ba84c6ff 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -5,8 +5,11 @@ that users can then add to their scripts. These typically provide a driver for a particular hardware device you can connect to a microbit. -* [pxt-max6675](https://github.com/Microsoft/pxt-max6675) -- TypeScript only package +* [pxt-max6675](https://github.com/Microsoft/pxt-max6675) -- TypeScript * [pxt-neopixel](https://github.com/Microsoft/pxt-neopixel) -- TypeScript + ARM Thumb assembly package +* [pxt-sonar](https://github.com/microsoft/pxt-sonar) -- TypeScript +* [pxt-i2c-fram](https://github.com/microsoft/pxt-i2c-fram) -- TypeScript + * [Sample C++ extension](https://github.com/Microsoft/pxt-microbit-cppsample) * [Sample TypeScript extension](https://github.com/Microsoft/pxt-microbit/tree/master/libs/i2c-fram) diff --git a/pxtarget.json b/pxtarget.json index 5cc9ff80..4647cf53 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -16,7 +16,8 @@ "preferredPackages": [ "Microsoft/pxt-neopixel", "Microsoft/pxt-sonar", - "Microsoft/pxt-max6675" + "Microsoft/pxt-max6675", + "Microsoft/pxt-i2c-fram" ] }, "blocksprj": {