Migrate term 'package' to 'extension' (#1280)
* Migrate term 'package' to 'extension' * Bad link * Add package term note * Small article change
This commit is contained in:
committed by
Peli de Halleux
parent
51a3a1444c
commit
6976055aa9
@ -13,8 +13,8 @@ The editor is open source on GitHub under the MIT license. Contributions are wel
|
||||
The [C++ micro:bit runtime](http://lancaster-university.github.io/microbit-docs/), created at [Lancaster University](http://www.lancaster.ac.uk/), provides access to the hardware functions of the micro:bit,
|
||||
as well as a set of helper functions (such as displaying a number/image/string on the LED screen).
|
||||
|
||||
## Packages
|
||||
## Extensions
|
||||
|
||||
* [microsoft/pxt-neopixel](https://github.com/microsoft/pxt-neopixel), package for neopixel strips
|
||||
* [microsoft/pxt-filesystem](https://github.com/microsoft/pxt-filesystem), package for the file system
|
||||
* [microsoft/pxt-max6675](https://github.com/microsoft/pxt-max6675), package for Temperature Probe (MAX6675)
|
||||
* [microsoft/pxt-neopixel](https://github.com/microsoft/pxt-neopixel), extension for neopixel strips
|
||||
* [microsoft/pxt-filesystem](https://github.com/microsoft/pxt-filesystem), extension for the file system
|
||||
* [microsoft/pxt-max6675](https://github.com/microsoft/pxt-max6675), extension for Temperature Probe (MAX6675)
|
Reference in New Issue
Block a user