What color tutorial (#430)

* Add 'What color' tutorial

* More edits and thumbnail
This commit is contained in:
Galen Nickel
2018-04-04 22:15:09 -07:00
committed by Peli de Halleux
parent 7825bd1579
commit 81758f2555
4 changed files with 140 additions and 0 deletions

View File

@ -48,5 +48,11 @@ Step by step guides to coding your @boardname@.
"cardType": "tutorial",
"url":"/tutorials/touch-sensor-values",
"imageUrl":"/static/tutorials/touch-sensor-values.png"
}, {
"name": "What Color?",
"description": "Use the Color sensor to detect different colors.",
"cardType": "tutorial",
"url":"/tutorials/what-color",
"imageUrl":"/static/tutorials/what-color.png"
}]
```