25 lines
554 B
Markdown
25 lines
554 B
Markdown
|
# Infrared sensor
|
||
|
|
||
|
## Tutorials
|
||
|
|
||
|
```codecard
|
||
|
[{
|
||
|
"name": "Object Near",
|
||
|
"description": "Detect if objects are near.",
|
||
|
"cardType": "tutorial",
|
||
|
"url":"/tutorials/object-near",
|
||
|
"imageUrl":"/static/tutorials/object-near.png"
|
||
|
}, {
|
||
|
"name": "Security Alert",
|
||
|
"description": "Build an security alert using the Infrared Sensor.",
|
||
|
"cardType": "tutorial",
|
||
|
"url":"/tutorials/security-alert",
|
||
|
"imageUrl":"/static/tutorials/security-alert.png"
|
||
|
}]
|
||
|
```
|
||
|
|
||
|
## See Also
|
||
|
|
||
|
[Object Near?](/tutorials/object-near),
|
||
|
[Security Alert](/tutorials/security-alert)
|