UNPKG

pxt-ev3

Version:

LEGO MINDSTORMS EV3 for Microsoft MakeCode

9 lines (7 loc) 269 B
# Movement Detector This program will activate an alarm when an object moves in front of the Ultrasonic Sensor. ```blocks sensors.ultrasonic4.onEvent(UltrasonicSensorEvent.ObjectNear, function () { music.playSoundEffectUntilDone(sounds.informationActivate) }) ```