pxt-calliope/docs/reference.md
Sam El-Husseini e3975e65e5 pxt-microbit Accessibility PR (#529)
* Accessibility changes
2017-09-07 13:42:08 -07:00

1016 B

Reference

@description List of API categories available in the editors

basic.showNumber(0);
input.onButtonPressed(Button.A, () => {
    
});
music.playTone(0, 0);
led.plot(0, 0);
radio.sendNumber(0);

Advanced

game.addScore(1);
images.createImage(`
. . . . .
. . . . .
. . # . .
. . . . .
. . . . .
`);
pins.digitalReadPin(DigitalPin.P0);
serial.writeNumber(0);
control.inBackground(() => {
    
});

Bluetooth

bluetooth.onBluetoothConnected(() => {});
devices.tellCameraTo(MesCameraEvent.TakePhoto);
radio
devices
bluetooth

See Also

basic, input, music, led, Math (blocks), String, game, images, pins, serial, control, radio, devices, bluetooth