* Example overrides for 'music' api docs * Drop 'music' into card page
This program checks the speed from the large A motor and uses the speed to adjust a tone it rings.
A
loops.forever(function () { music.ringTone(motors.largeA.speed() * 100) })