This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-07-24

pinMode()

Initialization function
    Configures the settings for DIO (General Purpose Digital IO) pins.
    void pinMode(uint8_t u8pin, E_PIN_MODE mode)

    This function allows configuration of the states of DIO0 to DIO19 and DO0,1 pins. For details on the configuration values, refer to the enumerated values of E_PIN_MODE in the DIO explanation and the DO explanation.