2018-04-04 00:45:11 +02:00
|
|
|
# Tutorials
|
|
|
|
|
2018-04-05 00:12:55 +02:00
|
|
|
Step by step guides to coding your @boardname@.
|
2018-04-04 00:45:11 +02:00
|
|
|
|
2019-08-30 20:54:30 +02:00
|
|
|
## Tutorials
|
2018-04-04 02:55:15 +02:00
|
|
|
|
2018-04-04 00:45:11 +02:00
|
|
|
```codecard
|
|
|
|
[{
|
2019-08-30 20:54:30 +02:00
|
|
|
"name": "Brick",
|
|
|
|
"description": "Learn how to use the screen and the buttons",
|
|
|
|
"url":"/tutorials/brick",
|
2018-04-04 00:45:11 +02:00
|
|
|
"imageUrl":"/static/tutorials/wake-up.png"
|
2018-04-04 01:37:07 +02:00
|
|
|
}, {
|
2019-08-30 20:54:30 +02:00
|
|
|
"name": "Motors",
|
|
|
|
"description": "User motors to move the brick.",
|
|
|
|
"url":"/tutorials/motors",
|
2018-04-04 05:53:35 +02:00
|
|
|
"imageUrl":"/static/tutorials/run-motors.png"
|
2019-08-30 20:54:30 +02:00
|
|
|
}, {
|
|
|
|
"name": "Touch Sensor",
|
|
|
|
"description": "Use touch sensors in your robot.",
|
|
|
|
"url":"/tutorials/touch-sensor",
|
2018-04-04 06:33:53 +02:00
|
|
|
"imageUrl":"/static/tutorials/touch-to-run.png"
|
2018-04-04 22:57:40 +02:00
|
|
|
}, {
|
2019-08-30 20:54:30 +02:00
|
|
|
"name": "Color Sensor",
|
|
|
|
"description": "Use the color sensor to follow line or detect colors",
|
|
|
|
"url":"/tutorials/color-sensor",
|
2018-04-05 07:15:09 +02:00
|
|
|
"imageUrl":"/static/tutorials/what-color.png"
|
2018-04-05 22:37:24 +02:00
|
|
|
}, {
|
2019-08-30 20:54:30 +02:00
|
|
|
"name": "Infrared Sensor",
|
|
|
|
"description": "Use the infrared sensor to detect objects",
|
|
|
|
"url":"/tutorials/infrared-sensor",
|
2018-04-11 18:31:53 +02:00
|
|
|
"imageUrl":"/static/tutorials/security-alert.png"
|
2018-04-11 07:43:28 +02:00
|
|
|
}]
|
|
|
|
```
|
|
|
|
|
2018-04-12 23:41:22 +02:00
|
|
|
## See Also
|
|
|
|
|
2019-08-30 20:54:30 +02:00
|
|
|
[Brick tutorials](/tutorials/brick),
|
|
|
|
[Motors tutorials](/tutorials/motors),
|
|
|
|
[Touch sensor tutorials](/tutorials/touch-sensor),
|
|
|
|
[Color sensor tutorials](/tutorials/color-sensor),
|
|
|
|
[Infrared sensor tutorials](/tutorials/infrared-sensor)
|