ESTGPIOConfig

enum ESTGPIOConfig {}

All available configurations for GPIO ports.

  • GPIO used as an input No-Pull.

    Declaration

    Objective-C

    ESTGPIOConfigInputNoPull = 0x00
  • GPIO used as an input with Pull-Down.

    Declaration

    Objective-C

    ESTGPIOConfigInputPullDown = 0x01
  • GPIO used as an input with Pull-Up.

    Declaration

    Objective-C

    ESTGPIOConfigInputPullUp = 0x02
  • GPIO used as an output.

    Declaration

    Objective-C

    ESTGPIOConfigOutput = 0x03
  • GPIO used for UART. When applied Port 0 turns to Rx (Receiver) and Port 1 turns to Tx (Transmitter).

    Declaration

    Objective-C

    ESTGPIOConfigUART = 0x04