UNPKG

pxt-ev3

Version:

LEGO MINDSTORMS EV3 for Microsoft MakeCode

11 lines (8 loc) 227 B
# @extends ## Example #example This program checks the speed from the large `A` motor and uses the speed to adjust a tone it rings. ```blocks loops.forever(function () { music.ringTone(motors.largeA.speed() * 100) }) ```