Analog Write Pin

Write an analog signal (0 through 1023) to the pin you say.

pins.analogWritePin(AnalogPin.P1, 400)

Parameters

Example

This program writes 1023 to pin P0.

pins.analogWritePin(AnalogPin.P1, 1023)

When you tell it to write 256 (for example), this function does not really write 256. Instead, it writes a lot of different numbers, and their average is 256.

See also

Calliope mini pins, on pin pressed, analog read pin, digital read pin, digital write pin

Edit this page on GitHub