Version 3 has been released!

{AW} command (Analog Write)

Set an output pin (GPIO) output to a value. (Using analogWrite();)

Syntax

{AW} pin value

  • pin - the pin to be set. You can specify either a pin name (such as D0) or a GPIO number
  • Value - value is the value to use. 1023 would be always on, zero would be always off and 1 through 1022 are pulse width values
For example: {AW}D5 ␑ 20
will set pin D5 to 20

See also: {DW} {AR?}

Overview and list of all RemoteSign commands: API reference

Supported by:
RemoteSign Sequencer v3.5 (send)
RemoteSign ESP