gpio_set_input_hysteresis_enabled() function
Enable/disable GPIO input hysteresis (Schmitt trigger) Enable or disable the Schmitt trigger hysteresis on a given GPIO. This is enabled on all GPIOs by default. Disabling input hysteresis can lead to inconsistent readings when the input signal has very long rise or fall times, but slightly reduces the GPIO's input delay. \sa gpio_is_input_hysteresis_enabled
Arguments
enabled
true to enable input hysteresis on specified GPIO