726 B
726 B
Documentation
basic.forever(() => {
basic.showString("DOCS ");
})
input.onButtonPressed(Button.A, () => {
led.stopAnimation();
basic.showLeds(`
. . . . .
. # . # .
. . . . .
# . . . #
. # # # .`);
});
input.onButtonPressed(Button.B, () => {
led.stopAnimation();
basic.showLeds(`
. # . # .
# . # . #
# . . . #
. # . # .
. . # . .`);
});
- getting started
- Get started with projects
- Browse the micro:bit APIs
- Learn more about the micro:bit device
- Frequently Asked Question faq
- Follow up with the release notes
Developers
- Learn about packages (possibly using C++ or ARM thumb)