ab3c4c5267
* Example overrides for 'music' api docs * Drop 'music' into card page
227 B
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.
loops.forever(function () {
music.ringTone(motors.largeA.speed() * 100)
})