gpio_get_level() function
GPIO get input level @warning If the pad is not configured for input (or input and output) the returned value is always 0.
Arguments
gpio_num
GPIO number. If you want to get the logic level of e.g. pin GPIO16, gpio_num should be GPIO_NUM_16 (16);
Return value
- 0 the GPIO input level is 0 - 1 the GPIO input level is 1
Examples
gpio_get_level() is referenced by 11 libraries and example projects: