updated generated docs
This commit is contained in:
parent
d905f24f9c
commit
f854dfd9c8
23
docs/microbit-reference.md
Normal file
23
docs/microbit-reference.md
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# microbit Reference
|
||||||
|
|
||||||
|
```namespaces
|
||||||
|
basic.showNumber(0);
|
||||||
|
input.onButtonPressed(Button.A, () => {
|
||||||
|
|
||||||
|
});
|
||||||
|
led.plot(0, 0);
|
||||||
|
music.playTone(0, 0);
|
||||||
|
game.addScore(1);
|
||||||
|
images.createImage(`
|
||||||
|
. . . . .
|
||||||
|
. . . . .
|
||||||
|
. . # . .
|
||||||
|
. . . . .
|
||||||
|
. . . . .
|
||||||
|
`);
|
||||||
|
pins.digitalReadPin(DigitalPin.P0);
|
||||||
|
serial.writeValue(x, 0);
|
||||||
|
control.inBackground(() => {
|
||||||
|
|
||||||
|
});
|
||||||
|
```
|
@ -1,7 +1,6 @@
|
|||||||
# Radio
|
# Radio
|
||||||
|
|
||||||
|
Communicate data using radio packets
|
||||||
|
|
||||||
|
|
||||||
```cards
|
```cards
|
||||||
radio.sendNumber(0);
|
radio.sendNumber(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user