Analog Write Pin
Write an analog signal (0
through 1023
) to the pin you say.
pins.analogWritePin(AnalogPin.P0, 400)
Parameters
name
is a string that is the pin name you say (P0
throughP4
, orP10
)value
is a number from0
through1023
Example
This program writes 1023
to pin P0
.
pins.analogWritePin(AnalogPin.P0, 1023)
See also
micro:bit pins, on pin pressed, analog read pin, digital read pin, digital write pin