eb45a76928
* Add 'playSound' api docs * Example overrides for 'control' api docs
210 B
210 B
@extends
Example #example
Stop the program if the gyro dectects an angle greater than 45 degrees.
forever(function () {
control.assert(sensors.gyro2.angle() > 45, 15)
pause(300)
})