This commit is contained in:
Peli de Halleux
2016-04-13 09:03:10 -07:00
parent f7531ea9b0
commit ac90b16825
2 changed files with 6 additions and 5 deletions

View File

@ -26,9 +26,10 @@ Learn how to plot image **on logo up**, `input->on logo up` to run code when the
## Documentation
* **on logo up** : [read more...](/functions/on-logo-up)
* **show leds** : [read more...](/reference/basic/show-leds)
* **on logo down** : [read more...](/functions/on-logo-down)
```cards
input.onGesture(Gesture.Shake, () => {});
basic.showLeds(``);
```
## Objectives