Set an output pin (GPIO) output to a value. (Using digitalWrite();)
Syntax
{DW} pin ␑ value
- pin is the pin be set. You can specify either a pin name (such as D0) or a GPIO number.
- value is the value to use. 1 means high (on), zero means low (off)
For example: {DW}D5 ␑ 1
will set pin D5 on
Overview and list of all RemoteSign commands: API reference
Supported by:
RemoteSign Sequencer v3.5 (send)
RemoteSign ESP