add i2c fram to package list
This commit is contained in:
parent
adff537013
commit
ea0d2d4d02
@ -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
|
provide a driver for a particular hardware device you can connect
|
||||||
to a microbit.
|
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-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 C++ extension](https://github.com/Microsoft/pxt-microbit-cppsample)
|
||||||
* [Sample TypeScript extension](https://github.com/Microsoft/pxt-microbit/tree/master/libs/i2c-fram)
|
* [Sample TypeScript extension](https://github.com/Microsoft/pxt-microbit/tree/master/libs/i2c-fram)
|
||||||
|
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
"preferredPackages": [
|
"preferredPackages": [
|
||||||
"Microsoft/pxt-neopixel",
|
"Microsoft/pxt-neopixel",
|
||||||
"Microsoft/pxt-sonar",
|
"Microsoft/pxt-sonar",
|
||||||
"Microsoft/pxt-max6675"
|
"Microsoft/pxt-max6675",
|
||||||
|
"Microsoft/pxt-i2c-fram"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"blocksprj": {
|
"blocksprj": {
|
||||||
|
Loading…
Reference in New Issue
Block a user