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

digitalRead()

Digital input function
    Reads the value of a port configured as input.
    static inline E_PIN_STATE digitalRead(uint8_t u8pin)

    You can get the input value of a pin previously configured as input as LOW or HIGH.