gpio_free

The interface has the following parameters.
  • Synopsis:
    void gpio_free(unsigned gpio)
  • Description: The function is used to release a GPIO interface.
  • Parameter:
    • gpio: The GPIO index number.
  • Return: None.