Open this page at https://khoapmd.github.io/fab-test/
This repository can be added as an extension in MakeCode.
- open https://makecode.microbit.org/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/khoapmd/fab-test and import
To edit this repository in MakeCode.
- open https://makecode.microbit.org/
- click on Import then click on Import URL
- paste https://github.com/khoapmd/fab-test and click import
This image shows the blocks code from the last commit in master. This image may take a few minutes to refresh.
for (let index = 0; index <= 25; index++) {
screenMagic.plotAt(index)
basic.pause(100)
}
- for PXT/microbit