Add 'intruder alert' tutorial (#452)

* Add 'intrduer alert' tutorial

* Use 'detected' option instead of 'near'
This commit is contained in:
Galen Nickel
2018-04-10 22:43:28 -07:00
committed by Peli de Halleux
parent e65db0b756
commit 00b193b126
9 changed files with 120 additions and 1 deletions

View File

@@ -97,3 +97,16 @@ Step by step guides to coding your @boardname@.
"imageUrl":"/static/tutorials/object-near.png"
}]
```
## Infrared Sensor
```codecard
[{
"name": "Intruder Alert",
"description": "Build an intruder alert using the infrared sensor.",
"cardType": "tutorial",
"url":"/tutorials/intruder-alert",
"imageUrl":"/static/tutorials/intruder-alert.png"
}]
```