pxt-calliope/docs/reference/pins/analog-pitch.md

797 B

Analog Pitch

Emits a Pulse With Modulation (PWM) signal to the current pitch pin. Use analog set pitch pin to set the current pitch pin.

pins.analogPitch(440, 300)

Parameters

Example

pins.analogSetPitchPin("P0")
let frequency1 = 440
let duration = 1000
pins.analogPitch(frequency1, duration)

Some common notes

See also

@boardname@ pins, analog set period, analog set pitch pin