2017-06-29 16:47:26 +02:00
|
|
|
# @extends
|
|
|
|
|
2018-01-19 01:43:16 +01:00
|
|
|
## Projects #projects
|
|
|
|
|
2018-02-14 17:56:12 +01:00
|
|
|
* [Getting Started](/getting-started)
|
|
|
|
* [Try](/getting-started/try)
|
|
|
|
* [Use](/getting-started/use)
|
|
|
|
|
|
|
|
* [Coding](/coding)
|
|
|
|
* [Autonomous Parking](/coding/autonomous-parking)
|
|
|
|
* [Object Detection](/coding/object-detection)
|
|
|
|
* [Line Following](/coding/line-following)
|
|
|
|
|
|
|
|
* [Design Engineering](/design-engineering)
|
|
|
|
* [Make It Move Without Wheels](/design-engineering/make-it-move)
|
|
|
|
* [Make It Smarter and Faster](/design-engineering/make-it-faster)
|
|
|
|
* [Make a System that Communicates](/design-engineering/make-it-communicate)
|
|
|
|
|
2018-01-19 01:43:16 +01:00
|
|
|
* [Maker](/maker)
|
2018-02-14 17:56:12 +01:00
|
|
|
* [Make a Sound Machine](/maker/sound-machine)
|
|
|
|
|
|
|
|
* [Examples](/examples)
|
|
|
|
* [Make it move](/lessons/make-it-move)
|
|
|
|
* [Line detection](/lessons/line-detection)
|
2018-01-19 01:43:16 +01:00
|
|
|
* [Sound of Color](/maker/sound-of-color)
|
|
|
|
* [Security Gadget](/maker/security-gadget)
|
|
|
|
* [Intruder detector](/maker/intruder-detector)
|
|
|
|
* [Puppet](/maker/puppet)
|
|
|
|
* [Three Point Turn 1](/coding/three-point-turn-1)
|
|
|
|
* [Three Point Turn 2](/coding/three-point-turn-2)
|
|
|
|
* [Three Point Turn 3](/coding/three-point-turn-3)
|
|
|
|
* [Reversing the robot 1](/coding/reversing-the-robot-1)
|
|
|
|
* [Reversing the robot 2](/coding/reversing-the-robot-2)
|
|
|
|
* [Reversing the robot 3](/coding/reversing-the-robot-3)
|
|
|
|
* [Light the way 1](/coding/light-the-way-1)
|
|
|
|
* [Light the way 2](/coding/light-the-way-2)
|
|
|
|
* [Light the way 3](/coding/light-the-way-3)
|
|
|
|
* [Traffic Lights 1](/coding/traffic-lights-1)
|
|
|
|
* [Traffic Lights 2](/coding/traffic-lights-2)
|
|
|
|
* [Traffic Lights 3](/coding/traffic-lights-3)
|
|
|
|
* [Reverse Beeper 1](/coding/reverse-beeper-1)
|
|
|
|
* [Reverse Beeper 2](/coding/reverse-beeper-2)
|
|
|
|
* [Reverse Beeper 3](/coding/reverse-beeper-3)
|
|
|
|
* [Ignition 1](/coding/ignition-1)
|
|
|
|
* [Ignition 2](/coding/ignition-2)
|
|
|
|
* [Ignition 3](/coding/ignition-3)
|
|
|
|
* [Cruise Control 1](/coding/cruise-control-1)
|
|
|
|
* [Cruise Control 2](/coding/cruise-control-2)
|
|
|
|
* [Cruise Control 3](/coding/cruise-control-3)
|
|
|
|
* [Roaming 1](/coding/roaming-1)
|
|
|
|
* [Roaming 2](/coding/roaming-2)
|
|
|
|
|
2017-06-29 16:47:26 +02:00
|
|
|
## Reference #reference
|
|
|
|
|
|
|
|
* [Reference](/reference)
|
2018-01-31 02:02:22 +01:00
|
|
|
* [Brick](/reference/brick)
|
|
|
|
* [show string](/reference/brick/show-string)
|
|
|
|
* [show number](/reference/brick/show-number)
|
|
|
|
* [show value](/reference/brick/show-value)
|
|
|
|
* [show mood](/reference/brick/show-mood)
|
|
|
|
* [show image](/reference/brick/show-image)
|
|
|
|
* [clear screen](/reference/brick/clear-screen)
|
2018-01-31 05:58:18 +01:00
|
|
|
* [on event](/reference/brick/button/on-event)
|
|
|
|
* [is pressed](/reference/brick/button/is-pressed)
|
|
|
|
* [was pressed](/reference/brick/button/was-pressed)
|
|
|
|
* [pause until](/reference/brick/button/pause-until)
|
2018-02-07 07:18:39 +01:00
|
|
|
* [set light](/reference/brick/set-status-light)
|
2018-01-31 05:58:18 +01:00
|
|
|
* [battery level](/reference/brick/battery-level)
|
2018-02-07 04:43:50 +01:00
|
|
|
* [Motors](/reference/motors)
|
2018-02-19 16:35:08 +01:00
|
|
|
* [run](/reference/motors/motor/run)
|
2018-02-07 04:43:50 +01:00
|
|
|
* [stop](/reference/motors/motor/stop)
|
|
|
|
* [reset](/reference/motors/motor/reset)
|
|
|
|
* [set brake](/reference/motors/motor/set-brake)
|
2018-02-07 08:18:36 +01:00
|
|
|
* [set inverted](/reference/motors/motor/set-inverted)
|
2018-02-07 04:43:50 +01:00
|
|
|
* [set regulated](/reference/motors/motor/set-regulated)
|
|
|
|
* [tank](/reference/motors/synced/tank)
|
|
|
|
* [steer](/reference/motors/synced/steer)
|
|
|
|
* [tacho](/reference/motors/motor/tacho)
|
|
|
|
* [angle](/reference/motors/motor/angle)
|
|
|
|
* [speed](/reference/motors/motor/speed)
|
|
|
|
* [clear counts](/reference/motors/motor/clear-counts)
|
2018-02-14 17:56:12 +01:00
|
|
|
* [stop all motors](/reference/motors/stop-all)
|
2018-02-08 18:35:47 +01:00
|
|
|
* [Sensors](/reference/sensors)
|
2018-02-10 03:17:12 +01:00
|
|
|
* [Touch](/reference/sensors/touch-sensor)
|
|
|
|
* [on event](/reference/sensors/touch-sensor/on-event)
|
|
|
|
* [pause until](/reference/sensors/touch-sensor/pause-until)
|
|
|
|
* [is pressed](/reference/sensors/touch-sensor/is-pressed)
|
|
|
|
* [was pressed](/reference/sensors/touch-sensor/was-pressed)
|
|
|
|
* [Gyro](/reference/sensors/gyro)
|
|
|
|
* [angle](/reference/sensors/gyro/angle)
|
|
|
|
* [rate](/reference/sensors/gyro/rate)
|
2018-02-11 18:01:46 +01:00
|
|
|
* [reset](/reference/sensors/gyro/reset)
|
|
|
|
* [Ultrasonic](/reference/sensors/ultrasonic)
|
|
|
|
* [on event](/reference/sensors/ultrasonic/on-event),
|
|
|
|
* [distance](reference/sensors/ultrasonic/distance),
|
2018-02-20 19:38:41 +01:00
|
|
|
* [pause until](reference/sensors/ultrasonic/pause-until)
|
|
|
|
* [Infrared](/reference/sensors/infrared)
|
|
|
|
* [on event](/reference/sensors/infrared/on-event),
|
|
|
|
* [distance](reference/sensors/infrared/proximity),
|
|
|
|
* [pause until](reference/sensors/infrared/pause-until)
|