Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.99 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.99 KB

Creating Extensions

Extensions are PXT’s dynamic/static library mechanism for extending a target, such as the pxt-micro:bit:

Use as Extension

This repository can be added as an extension in MakeCode.

With this expansion block, you can make your virtual ride fun.

Edit this project Build status badge

To edit this repository in MakeCode.

Supported

Support for micro:bit v1 and v2.

The micro:bit runtime, also known as the DAL/CODAL is software that runs on a micro:bit to support the majority of the micro:bit programming languages. The DAL is used in v1 and the CODAL in v2.

Blocks preview

A rendered view of the blocks

Metadata (used for search, rendering)

  • for PXT/microbit
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</script>