Circuits.GPIO.set_direction
You're seeing just the function
set_direction
, go back to Circuits.GPIO module for more information.
Specs
set_direction(reference(), pin_direction()) :: :ok | {:error, atom()}
Change the direction of the pin.