6.3.1.5 Writing a Value to a GPIO Pin

Use the following command to write the value to a GPIO pin.

AT+DIGWR=<Pin>,<Value>
  • Pin: Replace this with the number of the pin that the user wants to write a value to.
  • Value: Provide a value to set the pin logic Low or High (‘0’ or ‘1’ ).