Add 'line following' tutorial (#435)

This commit is contained in:
Galen Nickel
2018-04-05 13:37:24 -07:00
committed by GitHub
parent 2129601e6a
commit 57c1ae0f99
5 changed files with 117 additions and 0 deletions

View File

@ -54,5 +54,11 @@ Step by step guides to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/what-color",
"imageUrl":"/static/tutorials/what-color.png"
}, {
"name": "Line Following",
"description": "Use the Color sensor to make a robot follow a line.",
"cardType": "tutorial",
"url":"/tutorials/line-following",
"imageUrl":"/static/tutorials/line-following.png"
}]
```