pxt-ev3/docs/maker/intruder-detector.md

11 lines
277 B
Markdown
Raw Normal View History

2017-10-27 08:58:34 +02:00
# Intruder Detector
This program will activate an alarm when an object moves in front of the Ultrasonic Sensor.
TODO support for event when value changes
```blocks
input.ultrasonic4.onObjectNear(function () {
music.playSoundUntilDone(music.sounds(Sounds.PowerUp))
})
```