* use typescript from workspace

* fixed tracking in localhost

* updated ordering of input/radio
This commit is contained in:
Peli de Halleux
2016-10-11 19:36:00 -07:00
committed by GitHub
parent 0ffccdca85
commit f7ed06108d
8 changed files with 73 additions and 70 deletions

View File

@ -10,6 +10,10 @@ input.onButtonPressed(Button.A, () => {
music.playTone(0, 0);
led.plot(0, 0);
radio.sendNumber(0);
```
## Advanced
```namespaces
game.addScore(1);
images.createImage(`
. . . . .
@ -24,7 +28,8 @@ control.inBackground(() => {
});
```
## Advanced
## Bluetooth
```namespaces
devices.tellCameraTo(MesCameraEvent.TakePhoto);