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": {