pxt-ev3/docs/reference.md
Galen Nickel 88c58b4e76 First set of 'motors' topics (#305)
* Start of 'motors' topics

* Draft the 'motor motion' side doc

* Add / update more topics

* Last blast of edits

* Capture some more edits

* Put in movement and steering details
2018-02-06 19:43:50 -08:00

13 lines
252 B
Markdown

# Reference
```namespaces
brick.showMood(moods.sleeping);
motors.stopAllMotors()
```
## See Also
[brick](/reference/brick),
[motors](/reference/motors),
[touch sensor](/reference/sensors/touch-sensor),
[color sensor](/reference/sensors/color-sensor)